Searched refs:convName (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 515 static const char convName[] = "ibm-1047"; in aescstrdup() local 517 static const char convName[] = "ibm-37"; in aescstrdup() local 520 static const char convName[] = "US-ASCII"; in aescstrdup() local 522 UConverter* conv = ucnv_open(convName, &errorCode); in aescstrdup()
|
D | nucnvtst.c | 1350 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType() argument 1354 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 1357 log_data_err("Failed to create an %s converter\n", convName); in TestConverterType() 1364 convName, convType); in TestConverterType() 1367 log_verbose("ucnv_getType %s ok\n", convName); in TestConverterType()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_io.cpp | 835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() argument 840 if (haveAliasData(pErrorCode) && isAlias(convName, pErrorCode)) { in ucnv_openStandardNames() 841 uint32_t listOffset = findTaggedAliasListsOffset(convName, standard, pErrorCode); in ucnv_openStandardNames()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_io.cpp | 835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() argument 840 if (haveAliasData(pErrorCode) && isAlias(convName, pErrorCode)) { in ucnv_openStandardNames() 841 uint32_t listOffset = findTaggedAliasListsOffset(convName, standard, pErrorCode); in ucnv_openStandardNames()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() argument 840 if (haveAliasData(pErrorCode) && isAlias(convName, pErrorCode)) { in ucnv_openStandardNames() 841 uint32_t listOffset = findTaggedAliasListsOffset(convName, standard, pErrorCode); in ucnv_openStandardNames()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_io.cpp | 835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() argument 840 if (haveAliasData(pErrorCode) && isAlias(convName, pErrorCode)) { in ucnv_openStandardNames() 841 uint32_t listOffset = findTaggedAliasListsOffset(convName, standard, pErrorCode); in ucnv_openStandardNames()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucnv.h | 1795 ucnv_openStandardNames(const char *convName,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1793 ucnv_openStandardNames(const char *convName,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnv.h | 1793 ucnv_openStandardNames(const char *convName,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnv.h | 1796 ucnv_openStandardNames(const char *convName,
|
/third_party/icu/icu4c/source/test/iotest/ |
D | filetst.c | 842 char convName[UCNV_MAX_CONVERTER_NAME_LENGTH]; in TestCodepage() local 897 strcpy(convName, u_fgetcodepage(myFile)); in TestCodepage()
|