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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c2536 UConverterType algorithmicType,
2562 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType,
2592 ucnv_toAlgorithmic(UConverterType algorithmicType, argument
2597 return ucnv_convertAlgorithmic(TRUE, algorithmicType, cnv,
2605 UConverterType algorithmicType,
2609 return ucnv_convertAlgorithmic(FALSE, algorithmicType, cnv,
2535 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2604 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/common/
H A Ducnv.c2536 UConverterType algorithmicType,
2562 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType,
2592 ucnv_toAlgorithmic(UConverterType algorithmicType, argument
2597 return ucnv_convertAlgorithmic(TRUE, algorithmicType, cnv,
2605 UConverterType algorithmicType,
2609 return ucnv_convertAlgorithmic(FALSE, algorithmicType, cnv,
2535 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2604 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument

Completed in 259 milliseconds