Searched refs:UConverterType (Results 1 – 25 of 26) sorted by relevance
12
170 } UConverterType; typedef925 U_CAPI UConverterType U_EXPORT21633 ucnv_toAlgorithmic(UConverterType algorithmicType,1686 UConverterType algorithmicType,
171 } UConverterType; typedef914 U_CAPI UConverterType U_EXPORT21622 ucnv_toAlgorithmic(UConverterType algorithmicType,1675 UConverterType algorithmicType,
351 static final class UConverterType { class in UConverterSharedData
24 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()
77 UConverterType type,
233 UConverterType type;
126 const UConverterType type;295 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone()884 UConverterType type, in ucnv_createAlgorithmicConverter()
566 U_CFUNC UConverterType
2520 UConverterType algorithmicType, in ucnv_convertAlgorithmic()2576 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()2589 UConverterType algorithmicType, in ucnv_fromAlgorithmic()2599 U_CAPI UConverterType U_EXPORT22608 return (UConverterType)type; in ucnv_getType()
5710 U_CFUNC UConverterType5714 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()
2527 UConverterType algorithmicType, in ucnv_convertAlgorithmic()2583 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()2596 UConverterType algorithmicType, in ucnv_fromAlgorithmic()2606 U_CAPI UConverterType U_EXPORT22615 return (UConverterType)type; in ucnv_getType()
2527 UConverterType algorithmicType, in ucnv_convertAlgorithmic()2583 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic()2596 UConverterType algorithmicType, in ucnv_fromAlgorithmic()2611 U_CAPI UConverterType U_EXPORT22620 return (UConverterType)type; in ucnv_getType()
3038 …length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode… in TestConvertAlgorithmic()
1351 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType()