Home
last modified time | relevance | path

Searched refs:fC1Bytes (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_sbcs.java429 String name = det.fC1Bytes ? "windows-1252" : "ISO-8859-1"; in match()
526 String name = det.fC1Bytes ? "windows-1250" : "ISO-8859-2"; in match()
744 String name = det.fC1Bytes ? "windows-1253" : "ISO-8859-7"; in match()
818 String name = det.fC1Bytes ? "windows-1255" : "ISO-8859-8-I"; in match()
842 String name = det.fC1Bytes ? "windows-1255" : "ISO-8859-8"; in match()
911 String name = det.fC1Bytes ? "windows-1254" : "ISO-8859-9"; in match()
DCharsetDetector.java393 fC1Bytes = false; in MungeInput()
396 fC1Bytes = true; in MungeInput()
416 boolean fC1Bytes = // True if any bytes in the range 0x80 - 0x9F are in the input; field in CharsetDetector
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java428 String name = det.fC1Bytes ? "windows-1252" : "ISO-8859-1"; in match()
525 String name = det.fC1Bytes ? "windows-1250" : "ISO-8859-2"; in match()
743 String name = det.fC1Bytes ? "windows-1253" : "ISO-8859-7"; in match()
817 String name = det.fC1Bytes ? "windows-1255" : "ISO-8859-8-I"; in match()
841 String name = det.fC1Bytes ? "windows-1255" : "ISO-8859-8"; in match()
910 String name = det.fC1Bytes ? "windows-1254" : "ISO-8859-9"; in match()
DCharsetDetector.java414 fC1Bytes = false; in MungeInput()
417 fC1Bytes = true; in MungeInput()
437 boolean fC1Bytes = // True if any bytes in the range 0x80 - 0x9F are in the input; field in CharsetDetector
/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp893 const char *name = textIn->fC1Bytes? "windows-1252" : "ISO-8859-1"; in match()
920 const char *name = textIn->fC1Bytes? "windows-1250" : "ISO-8859-2"; in match()
1017 const char *name = textIn->fC1Bytes? "windows-1253" : "ISO-8859-7"; in match()
1050 const char *name = textIn->fC1Bytes? "windows-1255" : "ISO-8859-8-I"; in match()
1068 const char *name = textIn->fC1Bytes? "windows-1255" : "ISO-8859-8"; in match()
1096 const char *name = textIn->fC1Bytes? "windows-1254" : "ISO-8859-9"; in match()
Dinputext.cpp52 fC1Bytes = FALSE; in setText()
156 fC1Bytes = TRUE; in MungeInput()
Dinputext.h49 …UBool fC1Bytes; // True if any bytes in the range 0x80 - 0x9F are in the input;false … variable