Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducnv.h167 } UConverterType; typedef
910 U_STABLE UConverterType U_EXPORT2
1613 ucnv_toAlgorithmic(UConverterType algorithmicType,
1666 UConverterType algorithmicType,
/external/icu/icu4c/source/common/
Ducnv_imp.h75 UConverterType type,
Ducnv_cnv.h231 UConverterType type;
Ducnv_bld.cpp124 const UConverterType type;
288 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone()
877 UConverterType type, in ucnv_createAlgorithmicConverter()
Ducnvmbcs.h564 U_CFUNC UConverterType
Ducnv.c2526 UConverterType algorithmicType, in ucnv_convertAlgorithmic()
2582 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()
2595 UConverterType algorithmicType, in ucnv_fromAlgorithmic()
2605 U_CAPI UConverterType U_EXPORT2
2614 return (UConverterType)type; in ucnv_getType()
Ducnvmbcs.cpp5699 U_CFUNC UConverterType
5703 return (UConverterType)UCNV_SBCS; in ucnv_MBCSGetType()
5705 return (UConverterType)UCNV_EBCDIC_STATEFUL; in ucnv_MBCSGetType()
5707 return (UConverterType)UCNV_DBCS; in ucnv_MBCSGetType()
5709 return (UConverterType)UCNV_MBCS; in ucnv_MBCSGetType()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java384 static final class UConverterType { class in UConverterSharedData
DCharsetMBCS.java24 import com.ibm.icu.charset.UConverterSharedData.UConverterType;
235 if (type != UConverterSharedData.UConverterType.MBCS in loadConverter()
324 if (baseSharedData.staticData.conversionType != UConverterType.MBCS in loadConverter()
352 if (staticData.conversionType == UConverterType.DBCS in loadConverter()
353 … || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) { in loadConverter()
367 } else if (baseSharedData.staticData.conversionType == UConverterType.MBCS in loadConverter()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2861 …length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode… in TestConvertAlgorithmic()
Dnucnvtst.c1337 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType()