Home
last modified time | relevance | path

Searched refs:UConverterType (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/unicode/
Ducnv.h170 } UConverterType; typedef
925 U_CAPI UConverterType U_EXPORT2
1633 ucnv_toAlgorithmic(UConverterType algorithmicType,
1686 UConverterType algorithmicType,
/third_party/icu/icu4c/source/common/unicode/
Ducnv.h170 } UConverterType; typedef
925 U_CAPI UConverterType U_EXPORT2
1633 ucnv_toAlgorithmic(UConverterType algorithmicType,
1686 UConverterType algorithmicType,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h171 } UConverterType; typedef
914 U_CAPI UConverterType U_EXPORT2
1622 ucnv_toAlgorithmic(UConverterType algorithmicType,
1675 UConverterType algorithmicType,
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java351 static final class UConverterType { class in UConverterSharedData
DCharsetMBCS.java24 import com.ibm.icu.charset.UConverterSharedData.UConverterType;
233 if (type != UConverterSharedData.UConverterType.MBCS in loadConverter()
319 if (baseSharedData.staticData.conversionType != UConverterType.MBCS in loadConverter()
347 if (staticData.conversionType == UConverterType.DBCS in loadConverter()
348 … || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) { in loadConverter()
362 } else if (baseSharedData.staticData.conversionType == UConverterType.MBCS in loadConverter()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_imp.h77 UConverterType type,
Ducnv_cnv.h233 UConverterType type;
Ducnv_bld.cpp126 const UConverterType type;
295 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone()
884 UConverterType type, in ucnv_createAlgorithmicConverter()
Ducnvmbcs.h566 U_CFUNC UConverterType
Ducnv.cpp2520 UConverterType algorithmicType, in ucnv_convertAlgorithmic()
2576 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()
2589 UConverterType algorithmicType, in ucnv_fromAlgorithmic()
2599 U_CAPI UConverterType U_EXPORT2
2608 return (UConverterType)type; in ucnv_getType()
Ducnvmbcs.cpp5710 U_CFUNC UConverterType
5714 return (UConverterType)UCNV_SBCS; in ucnv_MBCSGetType()
5716 return (UConverterType)UCNV_EBCDIC_STATEFUL; in ucnv_MBCSGetType()
5718 return (UConverterType)UCNV_DBCS; in ucnv_MBCSGetType()
5720 return (UConverterType)UCNV_MBCS; in ucnv_MBCSGetType()
/third_party/icu/icu4c/source/common/
Ducnv_imp.h77 UConverterType type,
Ducnv_cnv.h233 UConverterType type;
Ducnv_bld.cpp126 const UConverterType type;
295 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone()
884 UConverterType type, in ucnv_createAlgorithmicConverter()
Ducnvmbcs.h566 U_CFUNC UConverterType
Ducnv.cpp2527 UConverterType algorithmicType, in ucnv_convertAlgorithmic()
2583 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()
2596 UConverterType algorithmicType, in ucnv_fromAlgorithmic()
2606 U_CAPI UConverterType U_EXPORT2
2615 return (UConverterType)type; in ucnv_getType()
Ducnvmbcs.cpp5710 U_CFUNC UConverterType
5714 return (UConverterType)UCNV_SBCS; in ucnv_MBCSGetType()
5716 return (UConverterType)UCNV_EBCDIC_STATEFUL; in ucnv_MBCSGetType()
5718 return (UConverterType)UCNV_DBCS; in ucnv_MBCSGetType()
5720 return (UConverterType)UCNV_MBCS; in ucnv_MBCSGetType()
/third_party/node/deps/icu-small/source/common/
Ducnv_imp.h77 UConverterType type,
Ducnv_cnv.h233 UConverterType type;
Ducnv_bld.cpp126 const UConverterType type;
295 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone()
884 UConverterType type, in ucnv_createAlgorithmicConverter()
Ducnvmbcs.h566 U_CFUNC UConverterType
Ducnv.cpp2527 UConverterType algorithmicType, in ucnv_convertAlgorithmic()
2583 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()
2596 UConverterType algorithmicType, in ucnv_fromAlgorithmic()
2611 U_CAPI UConverterType U_EXPORT2
2620 return (UConverterType)type; in ucnv_getType()
Ducnvmbcs.cpp5710 U_CFUNC UConverterType
5714 return (UConverterType)UCNV_SBCS; in ucnv_MBCSGetType()
5716 return (UConverterType)UCNV_EBCDIC_STATEFUL; in ucnv_MBCSGetType()
5718 return (UConverterType)UCNV_DBCS; in ucnv_MBCSGetType()
5720 return (UConverterType)UCNV_MBCS; in ucnv_MBCSGetType()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c3038 …length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode… in TestConvertAlgorithmic()
Dnucnvtst.c1351 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType()

12