Searched refs:UConverterType (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/common/
H A Ducnv_imp.h74 UConverterType type,
H A Ducnv_cnv.h228 UConverterType type;
H A Ducnvmbcs.h524 U_CFUNC UConverterType
H A Ducnv_bld.c99 const UConverterType type;
248 UConverterType type = (UConverterType)source->conversionType;
884 UConverterType type,
H A Ducnv.c2526 UConverterType algorithmicType,
2582 ucnv_toAlgorithmic(UConverterType algorithmicType,
2595 UConverterType algorithmicType,
2605 U_CAPI UConverterType U_EXPORT2
2614 return (UConverterType)type;
H A Ducnvmbcs.c5561 U_CFUNC UConverterType
5565 return (UConverterType)UCNV_SBCS;
5567 return (UConverterType)UCNV_EBCDIC_STATEFUL;
5569 return (UConverterType)UCNV_DBCS;
5571 return (UConverterType)UCNV_MBCS;
/external/icu4c/common/unicode/
H A Ducnv.h167 } UConverterType; typedef in typeref:enum:__anon5266
900 U_STABLE UConverterType U_EXPORT2
1577 * @param algorithmicType UConverterType constant identifying the desired target
1603 ucnv_toAlgorithmic(UConverterType algorithmicType,
1631 * @param algorithmicType UConverterType constant identifying the desired source
1656 UConverterType algorithmicType,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h130 } UConverterType; typedef in typeref:enum:__anon12989
757 U_STABLE UConverterType U_EXPORT2
1411 * @param algorithmicType UConverterType constant identifying the desired target
1437 ucnv_toAlgorithmic(UConverterType algorithmicType,
1465 * @param algorithmicType UConverterType constant identifying the desired source
1490 UConverterType algorithmicType,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h130 } UConverterType; typedef in typeref:enum:__anon13066
757 U_STABLE UConverterType U_EXPORT2
1411 * @param algorithmicType UConverterType constant identifying the desired target
1437 ucnv_toAlgorithmic(UConverterType algorithmicType,
1465 * @param algorithmicType UConverterType constant identifying the desired source
1490 UConverterType algorithmicType,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h130 } UConverterType; typedef in typeref:enum:__anon13232
757 U_STABLE UConverterType U_EXPORT2
1411 * @param algorithmicType UConverterType constant identifying the desired target
1437 ucnv_toAlgorithmic(UConverterType algorithmicType,
1465 * @param algorithmicType UConverterType constant identifying the desired source
1490 UConverterType algorithmicType,
/external/chromium/base/i18n/
H A Dicu_string_conversions.cc136 inline UConverterType utf32_platform_endian() {
/external/icu4c/test/cintltst/
H A Dccapitst.c2897 length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode);
H A Dnucnvtst.c1350 static void TestConverterType(const char *convName, UConverterType convType) {

Completed in 142 milliseconds