Searched refs:commonChars (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_mbcs.java49 int match(CharsetDetector det, int [] commonChars) { argument
71 if (commonChars != null) {
73 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) {
111 if (commonChars == null) {
190 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_sjis
228 int confidence = match(det, commonChars);
252 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_big5
297 int confidence = match(det, commonChars);
391 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
412 int confidence = match(det, commonChars);
428 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
528 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_gb_18030
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java48 int match(CharsetDetector det, int [] commonChars) { argument
70 if (commonChars != null) {
72 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) {
110 if (commonChars == null) {
189 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_sjis
227 int confidence = match(det, commonChars);
251 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_big5
296 int confidence = match(det, commonChars);
390 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
411 int confidence = match(det, commonChars);
427 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
527 static int [] commonChars = field in class:CharsetRecog_mbcs.CharsetRecog_gb_18030
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsrmbcs.h63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
H A Dcsrmbcs.cpp148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { argument
168 if (commonChars != 0) {
169 if (binarySearch(commonChars, commonCharsLen, iter.charValue) >= 0){
211 if (commonChars == 0) {

Completed in 372 milliseconds