Searched defs:algorithmicType (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv.c2526 UConverterType algorithmicType,
2552 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType,
2582 ucnv_toAlgorithmic(UConverterType algorithmicType, argument
2587 return ucnv_convertAlgorithmic(TRUE, algorithmicType, cnv,
2595 UConverterType algorithmicType,
2599 return ucnv_convertAlgorithmic(FALSE, algorithmicType, cnv,
2525 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2594 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument

Completed in 46 milliseconds