Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dcsrmbcs.cpp146 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()
Dcsrmbcs.h61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen);
/external/icu4c/i18n/
Dcsrmbcs.cpp147 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()
Dcsrmbcs.h61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;