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.java49 int match(CharsetDetector det, int [] commonChars) { in match()
190 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
252 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
391 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
428 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
528 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java48 int match(CharsetDetector det, int [] commonChars) { in match()
189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
251 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
390 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
427 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
527 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument