Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducnv.h1613 ucnv_toAlgorithmic(UConverterType algorithmicType,
1666 UConverterType algorithmicType,
/external/icu/icu4c/source/common/
Ducnv.c2536 UConverterType algorithmicType, in ucnv_convertAlgorithmic() argument
2562 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType, in ucnv_convertAlgorithmic()
2592 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic() argument
2597 return ucnv_convertAlgorithmic(TRUE, algorithmicType, cnv, in ucnv_toAlgorithmic()
2605 UConverterType algorithmicType, in ucnv_fromAlgorithmic() argument
2609 return ucnv_convertAlgorithmic(FALSE, algorithmicType, cnv, in ucnv_fromAlgorithmic()