Searched refs:algorithmicType (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1613 ucnv_toAlgorithmic(UConverterType algorithmicType, 1666 UConverterType algorithmicType,
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 2536 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()
|