SYMBOL INDEX (326 symbols across 14 files) FILE: src/main/java/android/support/v4/content/FileProvider.java class FileProvider (line 324) | public class FileProvider extends ContentProvider { method onCreate (line 352) | @Override method attachInfo (line 364) | @Override method getUriForFile (line 399) | public static Uri getUriForFile(Context context, String authority, Fil... method query (line 432) | @Override method getType (line 472) | @Override method insert (line 493) | @Override method update (line 502) | @Override method delete (line 518) | @Override method openFile (line 540) | @Override method getPathStrategy (line 552) | private static PathStrategy getPathStrategy(Context context, String au... method parsePathStrategy (line 578) | private static PathStrategy parsePathStrategy(Context context, String ... type PathStrategy (line 636) | interface PathStrategy { method getUriForFile (line 640) | public Uri getUriForFile(File file); method getFileForUri (line 645) | public File getFileForUri(Uri uri); class SimplePathStrategy (line 658) | static class SimplePathStrategy implements PathStrategy { method SimplePathStrategy (line 662) | public SimplePathStrategy(String authority) { method addRoot (line 670) | public void addRoot(String name, File root) { method getUriForFile (line 686) | @Override method getFileForUri (line 724) | @Override method modeToMode (line 755) | private static int modeToMode(String mode) { method buildPath (line 780) | private static File buildPath(File base, String... segments) { method copyOf (line 790) | private static String[] copyOf(String[] original, int newLength) { method copyOf (line 796) | private static Object[] copyOf(Object[] original, int newLength) { FILE: src/main/java/com/ibm/icu/text/CharsetDetector.java class CharsetDetector (line 40) | public class CharsetDetector { method CharsetDetector (line 57) | public CharsetDetector() { method setDeclaredEncoding (line 76) | public CharsetDetector setDeclaredEncoding(String encoding) { method setText (line 90) | public CharsetDetector setText(byte [] in) { method setText (line 115) | public CharsetDetector setText(InputStream in) throws IOException { method detect (line 157) | public CharsetMatch detect() { method detectAll (line 186) | public CharsetMatch[] detectAll() { method getReader (line 233) | public Reader getReader(InputStream in, String declaredEncoding) { method getString (line 267) | public String getString(byte[] in, String declaredEncoding) method getAllDetectableCharsets (line 302) | public static String[] getAllDetectableCharsets() { method inputFilterEnabled (line 319) | public boolean inputFilterEnabled() method enableInputFilter (line 335) | public boolean enableInputFilter(boolean filter) method MungeInput (line 348) | private void MungeInput() { class CSRecognizerInfo (line 462) | private static class CSRecognizerInfo { method CSRecognizerInfo (line 466) | CSRecognizerInfo(CharsetRecognizer recognizer, boolean isDefaultEnab... method getDetectableCharsets (line 525) | @Deprecated method setDetectableCharset (line 553) | @Deprecated FILE: src/main/java/com/ibm/icu/text/CharsetMatch.java class CharsetMatch (line 31) | public class CharsetMatch implements Comparable { method getReader (line 47) | public Reader getReader() { method getString (line 70) | public String getString() throws java.io.IOException { method getString (line 89) | public String getString(int maxLength) throws java.io.IOException { method getConfidence (line 133) | public int getConfidence() { method getName (line 152) | public String getName() { method getLanguage (line 163) | public String getLanguage() { method compareTo (line 180) | @Override method CharsetMatch (line 194) | CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { method CharsetMatch (line 214) | CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, Str... FILE: src/main/java/com/ibm/icu/text/CharsetRecog_2022.java class CharsetRecog_2022 (line 19) | abstract class CharsetRecog_2022 extends CharsetRecognizer { method match (line 34) | int match(byte [] text, int textLen, byte [][] escapeSequences) { class CharsetRecog_2022JP (line 100) | static class CharsetRecog_2022JP extends CharsetRecog_2022 { method getName (line 116) | @Override method match (line 121) | @Override class CharsetRecog_2022KR (line 128) | static class CharsetRecog_2022KR extends CharsetRecog_2022 { method getName (line 133) | @Override method match (line 138) | @Override class CharsetRecog_2022CN (line 145) | static class CharsetRecog_2022CN extends CharsetRecog_2022 { method getName (line 160) | @Override method match (line 165) | @Override FILE: src/main/java/com/ibm/icu/text/CharsetRecog_UTF8.java class CharsetRecog_UTF8 (line 14) | class CharsetRecog_UTF8 extends CharsetRecognizer { method getName (line 16) | @Override method match (line 24) | @Override FILE: src/main/java/com/ibm/icu/text/CharsetRecog_Unicode.java class CharsetRecog_Unicode (line 17) | abstract class CharsetRecog_Unicode extends CharsetRecognizer { method getName (line 22) | @Override method match (line 28) | @Override method codeUnit16FromBytes (line 31) | static int codeUnit16FromBytes(byte hi, byte lo) { method adjustConfidence (line 40) | static int adjustConfidence(int codeUnit, int confidence) { class CharsetRecog_UTF_16_BE (line 54) | static class CharsetRecog_UTF_16_BE extends CharsetRecog_Unicode method getName (line 56) | @Override method match (line 62) | @Override class CharsetRecog_UTF_16_LE (line 90) | static class CharsetRecog_UTF_16_LE extends CharsetRecog_Unicode method getName (line 92) | @Override method match (line 98) | @Override class CharsetRecog_UTF_32 (line 126) | static abstract class CharsetRecog_UTF_32 extends CharsetRecog_Unicode method getChar (line 128) | abstract int getChar(byte[] input, int index); method getName (line 130) | @Override method match (line 133) | @Override class CharsetRecog_UTF_32_BE (line 180) | static class CharsetRecog_UTF_32_BE extends CharsetRecog_UTF_32 method getChar (line 182) | @Override method getName (line 189) | @Override class CharsetRecog_UTF_32_LE (line 197) | static class CharsetRecog_UTF_32_LE extends CharsetRecog_UTF_32 method getChar (line 199) | @Override method getName (line 206) | @Override FILE: src/main/java/com/ibm/icu/text/CharsetRecog_mbcs.java class CharsetRecog_mbcs (line 26) | abstract class CharsetRecog_mbcs extends CharsetRecognizer { method getName (line 32) | @Override method match (line 48) | int match(CharsetDetector det, int [] commonChars) { class iteratedChar (line 143) | static class iteratedChar { method reset (line 149) | void reset() { method nextByte (line 156) | int nextByte(CharsetDetector det) { method nextChar (line 178) | abstract boolean nextChar(iteratedChar it, CharsetDetector det); class CharsetRecog_sjis (line 188) | static class CharsetRecog_sjis extends CharsetRecog_mbcs { method nextChar (line 200) | @Override method match (line 225) | @Override method getName (line 231) | @Override method getLanguage (line 236) | @Override class CharsetRecog_big5 (line 250) | static class CharsetRecog_big5 extends CharsetRecog_mbcs { method nextChar (line 266) | @Override method match (line 294) | @Override method getName (line 300) | @Override method getLanguage (line 306) | @Override class CharsetRecog_euc (line 320) | abstract static class CharsetRecog_euc extends CharsetRecog_mbcs { method nextChar (line 328) | @Override class CharsetRecog_euc_jp (line 389) | static class CharsetRecog_euc_jp extends CharsetRecog_euc { method getName (line 404) | @Override method match (line 409) | @Override method getLanguage (line 415) | @Override class CharsetRecog_euc_kr (line 426) | static class CharsetRecog_euc_kr extends CharsetRecog_euc { method getName (line 442) | @Override method match (line 447) | @Override method getLanguage (line 453) | @Override class CharsetRecog_gb_18030 (line 466) | static class CharsetRecog_gb_18030 extends CharsetRecog_mbcs { method nextChar (line 474) | @Override method getName (line 543) | @Override method match (line 548) | @Override method getLanguage (line 554) | @Override FILE: src/main/java/com/ibm/icu/text/CharsetRecog_sbcs.java class CharsetRecog_sbcs (line 17) | abstract class CharsetRecog_sbcs extends CharsetRecognizer { method getName (line 22) | @Override class NGramParser (line 25) | static class NGramParser method NGramParser (line 41) | public NGramParser(int[] theNgramList, byte[] theByteMap) method search (line 54) | private static int search(int[] table, int value) method lookup (line 93) | private void lookup(int thisNgram) method addByte (line 103) | protected void addByte(int b) method nextByte (line 109) | private int nextByte(CharsetDetector det) method parseCharacters (line 118) | protected void parseCharacters(CharsetDetector det) method parse (line 138) | public int parse(CharsetDetector det) method parse (line 142) | public int parse(CharsetDetector det, byte spaceCh) class NGramParser_IBM420 (line 168) | static class NGramParser_IBM420 extends NGramParser method NGramParser_IBM420 (line 193) | public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) method isLamAlef (line 198) | private byte isLamAlef(byte b) { method nextByte (line 216) | private int nextByte(CharsetDetector det) method parseCharacters (line 234) | @Override method match (line 269) | int match(CharsetDetector det, int[] ngrams, byte[] byteMap) method match (line 274) | int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spa... method matchIBM420 (line 280) | int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, by... class NGramsPlusLang (line 285) | static class NGramsPlusLang { method NGramsPlusLang (line 288) | NGramsPlusLang(String la, int [] ng) { class CharsetRecog_8859_1 (line 294) | static class CharsetRecog_8859_1 extends CharsetRecog_sbcs method match (line 425) | @Override method getName (line 442) | @Override class CharsetRecog_8859_2 (line 450) | static class CharsetRecog_8859_2 extends CharsetRecog_sbcs method match (line 522) | @Override method getName (line 538) | @Override class CharsetRecog_8859_5 (line 547) | abstract static class CharsetRecog_8859_5 extends CharsetRecog_sbcs method getName (line 584) | @Override class CharsetRecog_8859_5_ru (line 591) | static class CharsetRecog_8859_5_ru extends CharsetRecog_8859_5 method getLanguage (line 600) | @Override method match (line 606) | @Override class CharsetRecog_8859_6 (line 614) | abstract static class CharsetRecog_8859_6 extends CharsetRecog_sbcs method getName (line 651) | @Override class CharsetRecog_8859_6_ar (line 658) | static class CharsetRecog_8859_6_ar extends CharsetRecog_8859_6 method getLanguage (line 667) | @Override method match (line 673) | @Override class CharsetRecog_8859_7 (line 681) | abstract static class CharsetRecog_8859_7 extends CharsetRecog_sbcs method getName (line 718) | @Override class CharsetRecog_8859_7_el (line 725) | static class CharsetRecog_8859_7_el extends CharsetRecog_8859_7 method getLanguage (line 734) | @Override method match (line 740) | @Override class CharsetRecog_8859_8 (line 749) | abstract static class CharsetRecog_8859_8 extends CharsetRecog_sbcs method getName (line 786) | @Override class CharsetRecog_8859_8_I_he (line 793) | static class CharsetRecog_8859_8_I_he extends CharsetRecog_8859_8 method getName (line 802) | @Override method getLanguage (line 808) | @Override method match (line 814) | @Override class CharsetRecog_8859_8_he (line 823) | static class CharsetRecog_8859_8_he extends CharsetRecog_8859_8 method getLanguage (line 832) | @Override method match (line 838) | @Override class CharsetRecog_8859_9 (line 848) | abstract static class CharsetRecog_8859_9 extends CharsetRecog_sbcs method getName (line 885) | @Override class CharsetRecog_8859_9_tr (line 892) | static class CharsetRecog_8859_9_tr extends CharsetRecog_8859_9 method getLanguage (line 901) | @Override method match (line 907) | @Override class CharsetRecog_windows_1251 (line 916) | static class CharsetRecog_windows_1251 extends CharsetRecog_sbcs method getName (line 960) | @Override method getLanguage (line 966) | @Override method match (line 972) | @Override class CharsetRecog_windows_1256 (line 980) | static class CharsetRecog_windows_1256 extends CharsetRecog_sbcs method getName (line 1024) | @Override method getLanguage (line 1030) | @Override method match (line 1036) | @Override class CharsetRecog_KOI8_R (line 1044) | static class CharsetRecog_KOI8_R extends CharsetRecog_sbcs method getName (line 1088) | @Override method getLanguage (line 1094) | @Override method match (line 1100) | @Override class CharsetRecog_IBM424_he (line 1108) | abstract static class CharsetRecog_IBM424_he extends CharsetRecog_sbcs method getLanguage (line 1130) | @Override class CharsetRecog_IBM424_he_rtl (line 1136) | static class CharsetRecog_IBM424_he_rtl extends CharsetRecog_IBM424_he method getName (line 1138) | @Override method match (line 1149) | @Override class CharsetRecog_IBM424_he_ltr (line 1156) | static class CharsetRecog_IBM424_he_ltr extends CharsetRecog_IBM424_he method getName (line 1158) | @Override method match (line 1170) | @Override class CharsetRecog_IBM420_ar (line 1178) | abstract static class CharsetRecog_IBM420_ar extends CharsetRecog_sbcs method getLanguage (line 1202) | @Override class CharsetRecog_IBM420_ar_rtl (line 1209) | static class CharsetRecog_IBM420_ar_rtl extends CharsetRecog_IBM420_ar method getName (line 1218) | @Override method match (line 1223) | @Override class CharsetRecog_IBM420_ar_ltr (line 1231) | static class CharsetRecog_IBM420_ar_ltr extends CharsetRecog_IBM420_ar method getName (line 1240) | @Override method match (line 1245) | @Override FILE: src/main/java/com/ibm/icu/text/CharsetRecognizer.java class CharsetRecognizer (line 25) | abstract class CharsetRecognizer { method getName (line 30) | abstract String getName(); method getLanguage (line 36) | public String getLanguage() method match (line 50) | abstract CharsetMatch match(CharsetDetector det); FILE: src/main/java/org/billthefarmer/editor/Editor.java class Editor (line 126) | @SuppressWarnings("deprecation") method onCreate (line 459) | @Override method setListeners (line 672) | private void setListeners() method onRestoreInstanceState (line 818) | @Override method onPause (line 859) | @Override method onSaveInstanceState (line 907) | @Override method onCreateOptionsMenu (line 921) | @Override method onPrepareOptionsMenu (line 931) | @Override method onOptionsItemSelected (line 1080) | @Override method onBackPressed (line 1189) | @Override method onActivityResult (line 1221) | @Override method dispatchTouchEvent (line 1244) | @Override method onKeyDown (line 1252) | @Override method editClicked (line 1351) | private void editClicked(MenuItem item) method viewClicked (line 1384) | private void viewClicked(MenuItem item) method newFile (line 1399) | private void newFile() method newFile (line 1428) | private void newFile(String text) method getNewFile (line 1447) | private static File getNewFile() method getDefaultFile (line 1455) | private static File getDefaultFile() method defaultFile (line 1463) | private void defaultFile() method lastFile (line 1482) | private void lastFile() method setCharset (line 1510) | private void setCharset(MenuItem item) method setTypeface (line 1517) | private void setTypeface(MenuItem item) method alertDialog (line 1529) | private static void alertDialog(Context context, int title, int message, method alertDialog (line 1546) | private static void alertDialog(Context context, int title, method savePath (line 1561) | private void savePath(String path) method openRecent (line 1611) | private void openRecent(MenuItem item) method saveAs (line 1652) | private void saveAs() method saveAsDialog (line 1727) | private static void saveAsDialog(Context context, String path, method clearList (line 1752) | private void clearList() method findAll (line 1761) | public void findAll() method goTo (line 1770) | public void goTo() type OnSeekBarChangeListener (line 1783) | public interface OnSeekBarChangeListener method onProgressChanged (line 1785) | abstract void onProgressChanged(SeekBar seekBar, int progress); method gotoDialog (line 1789) | private void gotoDialog(OnSeekBarChangeListener listener) method print (line 1832) | @SuppressWarnings("deprecation") method viewMarkdown (line 1873) | private void viewMarkdown() method viewFileClicked (line 1918) | private void viewFileClicked(MenuItem item) method openLastClicked (line 1925) | private void openLastClicked(MenuItem item) method autoSaveClicked (line 1932) | private void autoSaveClicked(MenuItem item) method wrapClicked (line 1939) | private void wrapClicked(MenuItem item) method suggestClicked (line 1947) | private void suggestClicked(MenuItem item) method highlightClicked (line 1963) | private void highlightClicked(MenuItem item) method lightClicked (line 1972) | private void lightClicked(MenuItem item) method darkClicked (line 1980) | private void darkClicked(MenuItem item) method systemClicked (line 1988) | private void systemClicked(MenuItem item) method whiteClicked (line 1996) | private void whiteClicked(MenuItem item) method blackClicked (line 2004) | private void blackClicked(MenuItem item) method retroClicked (line 2012) | private void retroClicked(MenuItem item) method smallClicked (line 2020) | private void smallClicked(MenuItem item) method mediumClicked (line 2029) | private void mediumClicked(MenuItem item) method largeClicked (line 2038) | private void largeClicked(MenuItem item) method setSizeAndTypeface (line 2047) | private void setSizeAndTypeface(int size, int type) method aboutClicked (line 2059) | @SuppressWarnings("deprecation") method recreate (line 2096) | private void recreate(Context context) method openFile (line 2103) | private void openFile() method getFile (line 2130) | private void getFile() method getFile (line 2138) | private void getFile(File dir) method getList (line 2183) | public static List getList(File dir) method openDialog (line 2220) | public static void openDialog(Context context, List dirList, method onRequestPermissionsResult (line 2274) | @Override method readFile (line 2293) | private void readFile(Uri uri) method resolveContent (line 2370) | private Uri resolveContent(Uri uri) method saveCheck (line 2385) | private void saveCheck() method saveFile (line 2397) | private void saveFile() method saveFile (line 2426) | private void saveFile(File file) method saveFile (line 2433) | private void saveFile(Uri uri) method write (line 2451) | private void write(CharSequence text, File file) method write (line 2480) | private void write(CharSequence text, OutputStream os) method checkHighlight (line 2505) | private void checkHighlight() method highlightText (line 2567) | private void highlightText() method wordCountText (line 3033) | private void wordCountText() method onActionModeStarted (line 3051) | @Override method checkMode (line 3122) | private void checkMode(CharSequence text) method loadText (line 3311) | private void loadText(CharSequence text) class QueryTextListener (line 3366) | private class QueryTextListener method onQueryTextChange (line 3378) | @Override method onQueryTextSubmit (line 3435) | @Override method readFile (line 3471) | private CharSequence readFile(File file) class ScaleListener (line 3498) | private class ScaleListener method onScale (line 3502) | @Override method doFind (line 3514) | private void doFind(Context context, String search) method doRead (line 3593) | private void doRead(Context context, Uri uri) FILE: src/main/java/org/billthefarmer/editor/FileAdapter.java class FileAdapter (line 38) | public class FileAdapter extends BaseAdapter method FileAdapter (line 67) | public FileAdapter(Context context, List files) method getCount (line 110) | @Override method getItem (line 116) | @Override method getItemId (line 122) | @Override method getView (line 129) | @Override FILE: src/main/java/org/billthefarmer/editor/FileUtils.java class FileUtils (line 48) | public class FileUtils method FileUtils (line 97) | private FileUtils() method getExtension (line 108) | public static String getExtension(String uri) method isLocal (line 130) | public static boolean isLocal(String url) method isMediaUri (line 140) | public static boolean isMediaUri(Uri uri) method getUri (line 151) | public static Uri getUri(File file) method getPathWithoutFilename (line 162) | public static File getPathWithoutFilename(File file) method getMimeType (line 193) | public static String getMimeType(File file) method getMimeType (line 209) | public static String getMimeType(Context context, Uri uri) method isExternalStorageDocument (line 220) | public static boolean isExternalStorageDocument(Uri uri) method isDownloadsDocument (line 231) | public static boolean isDownloadsDocument(Uri uri) method isMediaDocument (line 242) | public static boolean isMediaDocument(Uri uri) method isGooglePhotosUri (line 252) | public static boolean isGooglePhotosUri(Uri uri) method fileProviderPath (line 263) | public static String fileProviderPath(Uri uri) method getDisplayName (line 328) | public static String getDisplayName(Context context, Uri uri, method getSize (line 369) | public static long getSize(Context context, Uri uri, method getDataColumn (line 411) | public static String getDataColumn(Context context, Uri uri, method getPath (line 454) | public static String getPath(final Context context, final Uri uri) method getFile (line 603) | public static File getFile(Context context, Uri uri) method getReadableFileSize (line 623) | public static String getReadableFileSize(long size) method getThumbnail (line 662) | public static Bitmap getThumbnail(Context context, File file) method getThumbnail (line 676) | public static Bitmap getThumbnail(Context context, Uri uri) method getThumbnail (line 691) | @SuppressWarnings("deprecation") method createGetContentIntent (line 747) | public static Intent createGetContentIntent() FILE: src/main/java/org/billthefarmer/editor/NewFile.java class NewFile (line 30) | public class NewFile extends Activity method onCreate (line 35) | @Override FILE: src/main/java/org/billthefarmer/editor/OpenFile.java class OpenFile (line 54) | public class OpenFile extends Activity method onCreate (line 66) | @Override method onRequestPermissionsResult (line 212) | @Override method onActivityResult (line 232) | @Override method getFile (line 252) | private void getFile(File dir)