Home
last modified time | relevance | path

Searched refs:ucnv_cbToUWriteUChars (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/common/
Ducnv_cb.c226 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args, in ucnv_cbToUWriteUChars() function
253 ucnv_cbToUWriteUChars(args, &kSubstituteChar1, 1, offsetIndex, err); in ucnv_cbToUWriteSub()
255 ucnv_cbToUWriteUChars(args, &kSubstituteChar, 1, offsetIndex, err); in ucnv_cbToUWriteSub()
Ducnv_err.c403 ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err); in UCNV_TO_U_CALLBACK_ESCAPE()
/external/webkit/Source/WebCore/icu/unicode/
Ducnv_cb.h141 U_STABLE void U_EXPORT2 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args,
Durename.h451 #define ucnv_cbToUWriteUChars ucnv_cbToUWriteUChars_3_2 macro
/external/icu4c/common/unicode/
Ducnv_cb.h141 U_STABLE void U_EXPORT2 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args,
Durename.h600 #define ucnv_cbToUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteUChars) macro
/external/chromium/base/i18n/
Dicu_string_conversions.cc73 ucnv_cbToUWriteUChars(to_args, &kReplacementChar, 1, 0, err); in ToUnicodeCallbackSubstitute()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h451 #define ucnv_cbToUWriteUChars ucnv_cbToUWriteUChars_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h451 #define ucnv_cbToUWriteUChars ucnv_cbToUWriteUChars_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h451 #define ucnv_cbToUWriteUChars ucnv_cbToUWriteUChars_3_2 macro
/external/icu4c/test/cintltst/
Dnccbtst.c3410 ucnv_cbToUWriteUChars(NULL, NULL, -1, -1, &status); in TestCallBackFailure()