HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getCanonicalName (Results 1 - 5 of 5) 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/icu/icu4c/source/test/cintltst/
stdnmtst.c 121 tag = ucnv_getCanonicalName(name, standard, &error);
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]

Completed in 191 milliseconds