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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 95 if ((canonicalName = ucnv_getCanonicalName(name, "MIME", &error)) != NULL) {
97 } else if ((canonicalName = ucnv_getCanonicalName(name, "IANA", &error)) != NULL) {
99 } else if ((canonicalName = ucnv_getCanonicalName(name, "", &error)) != NULL) {
  /external/chromium_org/chrome/browser/
character_encoding.cc 384 const char* canonical_name = ucnv_getCanonicalName(
389 canonical_name = ucnv_getCanonicalName(
  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 121 tag = ucnv_getCanonicalName(name, standard, &error);
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 121 tag = ucnv_getCanonicalName(name, standard, &error);
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]

Completed in 173 milliseconds