HomeSort by relevance Sort by last modified time
    Searched refs:UCNV_IRREGULAR (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_err.c 93 if (reason <= UCNV_IRREGULAR)
114 if (reason <= UCNV_IRREGULAR)
154 if (reason > UCNV_IRREGULAR)
296 if (reason <= UCNV_IRREGULAR)
316 if (reason <= UCNV_IRREGULAR)
344 if (reason > UCNV_IRREGULAR)
ucnvhz.c 198 args->converter->toUCallbackReason = UCNV_IRREGULAR;
ucnv2022.c     [all...]
  /external/icu4c/common/
ucnv_err.c 93 if (reason <= UCNV_IRREGULAR)
114 if (reason <= UCNV_IRREGULAR)
154 if (reason > UCNV_IRREGULAR)
296 if (reason <= UCNV_IRREGULAR)
316 if (reason <= UCNV_IRREGULAR)
344 if (reason > UCNV_IRREGULAR)
ucnvhz.c 198 args->converter->toUCallbackReason = UCNV_IRREGULAR;
ucnv2022.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_err.h 151 * Codes which are greater than UCNV_IRREGULAR should be
166 UCNV_IRREGULAR = 2, /**< The codepoint is not a regular sequence in
  /external/icu4c/common/unicode/
ucnv_err.h 151 * Codes which are greater than UCNV_IRREGULAR should be
166 UCNV_IRREGULAR = 2, /**< The codepoint is not a regular sequence in
  /external/chromium/base/i18n/
icu_string_conversions.cc 68 if (reason <= UCNV_IRREGULAR) {
  /external/chromium_org/base/i18n/
icu_string_conversions.cc 69 if (reason <= UCNV_IRREGULAR) {
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 353 case UCNV_IRREGULAR:
457 case UCNV_IRREGULAR:
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 112 if (reason <= UCNV_IRREGULAR) {
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 112 if (reason <= UCNV_IRREGULAR) {
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 483 if(reason<=UCNV_IRREGULAR) {
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 510 if(reason<=UCNV_IRREGULAR) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 593 milliseconds