Home
last modified time | relevance | path

Searched refs:algorithmicType (Results 1 – 4 of 4) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
1672 UConverterType algorithmicType,
/external/icu/icu4c/source/common/unicode/
Ducnv.h1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
1672 UConverterType algorithmicType,
/external/icu/icu4c/source/common/
Ducnv.cpp2520 UConverterType algorithmicType, in ucnv_convertAlgorithmic() argument
2546 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType, in ucnv_convertAlgorithmic()
2576 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic() argument
2581 return ucnv_convertAlgorithmic(TRUE, algorithmicType, cnv, in ucnv_toAlgorithmic()
2589 UConverterType algorithmicType, in ucnv_fromAlgorithmic() argument
2593 return ucnv_convertAlgorithmic(FALSE, algorithmicType, cnv, in ucnv_fromAlgorithmic()
/external/icu/libandroidicu/static_shim/
Dshim.cpp949 int32_t ucnv_fromAlgorithmic_android(UConverter * cnv, UConverterType algorithmicType, char * targe… in ucnv_fromAlgorithmic_android() argument
950 …return ucnv_fromAlgorithmic(cnv, algorithmicType, target, targetCapacity, source, sourceLength, pE… in ucnv_fromAlgorithmic_android()
1081 int32_t ucnv_toAlgorithmic_android(UConverterType algorithmicType, UConverter * cnv, char * target,… in ucnv_toAlgorithmic_android() argument
1082 …return ucnv_toAlgorithmic(algorithmicType, cnv, target, targetCapacity, source, sourceLength, pErr… in ucnv_toAlgorithmic_android()