Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java48 int match(CharsetDetector det, int [] commonChars) { in match() argument
70 if (commonChars != null) { in match()
72 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) { in match()
110 if (commonChars == null) { in match()
189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
227 int confidence = match(det, commonChars); in match()
251 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
296 int confidence = match(det, commonChars); in match()
390 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
411 int confidence = match(det, commonChars); in match()
427 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
527 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_gb_18030
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_mbcs.java49 int match(CharsetDetector det, int [] commonChars) { in match() argument
71 if (commonChars != null) { in match()
73 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) { in match()
111 if (commonChars == null) { in match()
190 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis
228 int confidence = match(det, commonChars); in match()
252 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5
297 int confidence = match(det, commonChars); in match()
391 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
412 int confidence = match(det, commonChars); in match()
428 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
528 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_gb_18030
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument
165 if (commonChars != 0) { in match_mbcs()
166 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs()
208 if (commonChars == 0) { in match_mbcs()
H A Dcsrmbcs.h63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument
165 if (commonChars != 0) { in match_mbcs()
166 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs()
208 if (commonChars == 0) { in match_mbcs()
H A Dcsrmbcs.h63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument
168 if (commonChars != 0) { in match_mbcs()
169 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs()
211 if (commonChars == 0) { in match_mbcs()
H A Dcsrmbcs.h63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 7 milliseconds