/external/webkit/Source/WebCore/platform/text/ |
TextCodecICU.cpp | 76 const char* standardName = ucnv_getStandardName(name, "MIME", &error); 81 standardName = ucnv_getStandardName(name, "IANA", &error); 186 const char* standardName = ucnv_getStandardName(name, "MIME", &error); 189 standardName = ucnv_getStandardName(name, "IANA", &error);
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 243 if ((cName = ucnv_getStandardName(icuCanonicalName, "MIME", &status)) != NULL) { 245 } else if ((cName = ucnv_getStandardName(icuCanonicalName, "IANA", &status)) != NULL) { 261 const char* name = ucnv_getStandardName(icuCanonicalName, "UTR22", &status);
|
/external/icu4c/test/cintltst/ |
stdnmtst.c | 45 tag = ucnv_getStandardName(name, standard, &error);
|
ccapitst.c | [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the [all...] |
urename.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the [all...] |
urename.h | 498 #define ucnv_getStandardName ucnv_getStandardName_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the [all...] |
urename.h | 498 #define ucnv_getStandardName ucnv_getStandardName_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 33 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the [all...] |
urename.h | 498 #define ucnv_getStandardName ucnv_getStandardName_3_2 [all...] |
/external/icu4c/tools/genrb/ |
derb.c | 716 if (!(enc = ucnv_getStandardName(encoding, "MIME", &err))) { 718 if (!(enc = ucnv_getStandardName(encoding, "IANA", &err))) {
|
/external/icu4c/common/ |
ucnv_io.c | [all...] |
ucnv.c | 682 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 498 #define ucnv_getStandardName ucnv_getStandardName_3_2 [all...] |