/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 127 if ((cName = ucnv_getStandardName(icuCanonicalName, "MIME", &status)) != NULL) { 129 } else if ((cName = ucnv_getStandardName(icuCanonicalName, "IANA", &status)) != NULL) { 145 const char* name = ucnv_getStandardName(icuCanonicalName, "UTR22", &status);
|
/external/icu/icu4c/source/test/cintltst/ |
stdnmtst.c | 45 tag = ucnv_getStandardName(name, standard, &error);
|
ccapitst.c | [all...] |
/external/icu/icu4c/source/tools/genrb/ |
derb.cpp | 629 if (!(enc = ucnv_getStandardName(encoding, "MIME", &err))) { 631 if (!(enc = ucnv_getStandardName(encoding, "IANA", &err))) {
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/common/ |
ucnv_io.cpp | [all...] |
ucnv.c | 682 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); [all...] |