Searched refs:UConverterType (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 167 } UConverterType; typedef 910 U_STABLE UConverterType U_EXPORT2 1613 ucnv_toAlgorithmic(UConverterType algorithmicType, 1666 UConverterType algorithmicType,
|
/external/icu/icu4c/source/common/ |
D | ucnv_imp.h | 75 UConverterType type,
|
D | ucnv_cnv.h | 231 UConverterType type;
|
D | ucnv_bld.cpp | 124 const UConverterType type; 288 UConverterType type = (UConverterType)source->conversionType; in ucnv_data_unFlattenClone() 877 UConverterType type, in ucnv_createAlgorithmicConverter()
|
D | ucnvmbcs.h | 564 U_CFUNC UConverterType
|
D | ucnv.c | 2526 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()
|
D | ucnvmbcs.cpp | 5699 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/ |
D | UConverterSharedData.java | 384 static final class UConverterType { class in UConverterSharedData
|
D | CharsetMBCS.java | 24 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/ |
D | ccapitst.c | 2861 …length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode… in TestConvertAlgorithmic()
|
D | nucnvtst.c | 1337 static void TestConverterType(const char *convName, UConverterType convType) { in TestConverterType()
|