Home
last modified time | relevance | path

Searched refs:UCNV_FROM_U_CALLBACK_STOP (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/test/cintltst/
Dnccbtst.c1117 UCNV_FROM_U_CALLBACK_STOP, toIBM949Offsstop, NULL, 0 )) in TestStop()
1121 UCNV_FROM_U_CALLBACK_STOP, toIBM943Offsstop , NULL, 0)) in TestStop()
1125 UCNV_FROM_U_CALLBACK_STOP, toIBM930Offsstop, NULL, 0 )) in TestStop()
1201 UCNV_FROM_U_CALLBACK_STOP, offset, NULL, 0 )) in TestStop()
1206 UCNV_FROM_U_CALLBACK_STOP, fromEUC_JPOffs, NULL, 0 )) in TestStop()
1211 UCNV_FROM_U_CALLBACK_STOP, from_euc_twOffs, NULL, 0 )) in TestStop()
1216 UCNV_FROM_U_CALLBACK_STOP, from_iso_2022_jpOffs, NULL, 0 )) in TestStop()
1221 UCNV_FROM_U_CALLBACK_STOP, from_iso_2022_jpOffs, NULL, 0 )) in TestStop()
1226 UCNV_FROM_U_CALLBACK_STOP, from_iso_2022_cnOffs, NULL, 0 )) in TestStop()
1231 UCNV_FROM_U_CALLBACK_STOP, from_iso_2022_krOffs, NULL, 0 )) in TestStop()
[all …]
Dccapitst.c1094 …Callback)UCNV_FROM_U_CALLBACK_STOP)?(UConverterFromUCallback)UCNV_FROM_U_CALLBACK_SUBSTITUTE:(UCon… in otherUnicodeAction()
/external/icu4c/common/unicode/
Ducnv_err.h234 U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_STOP (
Durename.h66 #define UCNV_FROM_U_CALLBACK_STOP U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_STOP) macro
/external/webkit/Source/WebCore/icu/unicode/
Ducnv_err.h227 U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_STOP (
Durename.h60 #define UCNV_FROM_U_CALLBACK_STOP UCNV_FROM_U_CALLBACK_STOP_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Ducnv_err.h227 U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_STOP (
Durename.h60 #define UCNV_FROM_U_CALLBACK_STOP UCNV_FROM_U_CALLBACK_STOP_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducnv_err.h227 U_STABLE void U_EXPORT2 UCNV_FROM_U_CALLBACK_STOP (
Durename.h60 #define UCNV_FROM_U_CALLBACK_STOP UCNV_FROM_U_CALLBACK_STOP_3_2 macro
/external/chromium/base/i18n/
Dicu_string_conversions.cc92 ucnv_setFromUCallBack(converter, UCNV_FROM_U_CALLBACK_STOP, 0, in ConvertFromUTF16()
/external/icu4c/common/
Ducnv_err.c55 UCNV_FROM_U_CALLBACK_STOP ( in UCNV_FROM_U_CALLBACK_STOP() function
Ducnv.c486 ucnv_setFromUCallBack(clone, UCNV_FROM_U_CALLBACK_STOP, NULL, NULL, NULL, err); in ucnv_setSubstString()
/external/icu4c/extra/uconv/
Duconv.cpp146 UCNV_FROM_U_CALLBACK_STOP, 0,
1109 UConverterFromUCallback fromucallback = UCNV_FROM_U_CALLBACK_STOP; in main()
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch79 + ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
/external/icu4c/test/intltest/
Dconvtest.cpp333 callback=UCNV_FROM_U_CALLBACK_STOP; in TestFromUnicode()
Dregextst.cpp442 …ucnv_setFromUCallBack(UTF8Converter.getAlias(), UCNV_FROM_U_CALLBACK_STOP, NULL, NULL, NULL, &stat… in doRegexLMTestUTF8()
3355 ucnv_setFromUCallBack(UTF8Converter, UCNV_FROM_U_CALLBACK_STOP, NULL, NULL, NULL, &status); in regex_find()
4302 …ucnv_setFromUCallBack(UTF8Converter.getAlias(), UCNV_FROM_U_CALLBACK_STOP, NULL, NULL, NULL, &stat… in PerlTestsUTF8()
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h60 #define UCNV_FROM_U_CALLBACK_STOP UCNV_FROM_U_CALLBACK_STOP_3_2 macro
/external/libxml2/
Dencoding.c119 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP, in openIcuConverter()