Home
last modified time | relevance | path

Searched defs:commonChars (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_mbcs.java46 int match(CharsetDetector det, int [] commonChars) { in match()
189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
248 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
384 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
418 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
515 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java45 int match(CharsetDetector det, int [] commonChars) { in match()
188 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
247 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
383 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
417 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
514 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp147 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument