Searched refs:commonChars (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | csrmbcs.cpp | 146 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument 166 if (commonChars != 0) { in match_mbcs() 167 if (binarySearch(commonChars, commonCharsLen, iter.charValue) >= 0){ in match_mbcs() 209 if (commonChars == 0) { in match_mbcs()
|
D | csrmbcs.h | 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen);
|
/external/icu4c/i18n/ |
D | csrmbcs.cpp | 147 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument 167 if (commonChars != 0) { in match_mbcs() 168 if (binarySearch(commonChars, commonCharsLen, iter.charValue) >= 0){ in match_mbcs() 210 if (commonChars == 0) { in match_mbcs()
|
D | csrmbcs.h | 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
|