Searched refs:fC1Bytes (Results 1 – 7 of 7) sorted by relevance
429 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()
393 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
428 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()
414 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
893 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()
52 fC1Bytes = FALSE; in setText()156 fC1Bytes = TRUE; in MungeInput()
49 …UBool fC1Bytes; // True if any bytes in the range 0x80 - 0x9F are in the input;false … variable