Searched refs:convName (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cintltst.c | 516 static const char convName[] = "ibm-1047"; in aescstrdup() local 518 static const char convName[] = "ibm-37"; in aescstrdup() local 521 static const char convName[] = "US-ASCII"; in aescstrdup() local 523 UConverter* conv = ucnv_open(convName, &errorCode); in aescstrdup()
|
H A D | nucnvtst.c | 1351 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType() argument 1355 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 1358 log_data_err("Failed to create an %s converter\n", convName); in TestConverterType() 1365 convName, convType); in TestConverterType() 1368 log_verbose("ucnv_getType %s ok\n", convName); in TestConverterType()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 1794 * @param convName original converter name 1807 ucnv_openStandardNames(const char *convName,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv.h | 1794 * @param convName original converter name 1807 ucnv_openStandardNames(const char *convName,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv.h | 1783 * @param convName original converter name 1796 ucnv_openStandardNames(const char *convName,
|
/third_party/icu/icu4c/source/common/ |
H A 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/ |
H A 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/skia/third_party/externals/icu/source/common/ |
H A 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/test/iotest/ |
H A D | filetst.c | 871 char convName[UCNV_MAX_CONVERTER_NAME_LENGTH]; in TestCodepage() local 926 strcpy(convName, u_fgetcodepage(myFile)); in TestCodepage()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 1370 UEnumeration *ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) in ucnv_openStandardNames() argument 1372 return U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames)(convName, standard, pErrorCode); in ucnv_openStandardNames()
|
Completed in 31 milliseconds