HomeSort by relevance Sort by last modified time
    Searched defs:match_2022 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 32 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) function in class:CharsetRecog_2022
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
  /external/icu4c/i18n/
csr2022.cpp 33 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) const function in class:CharsetRecog_2022
147 int32_t confidence = match_2022(textIn->fInputBytes,
162 int32_t confidence = match_2022(textIn->fInputBytes,
177 int32_t confidence = match_2022(textIn->fInputBytes,

Completed in 44 milliseconds