Searched refs:fromUArgs (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/samples/ucnv/
H A Dflagcb.h33 UConverterFromUnicodeArgs *fromUArgs,
51 UConverterFromUnicodeArgs *fromUArgs,
H A Dflagcb.c31 UConverterFromUnicodeArgs *fromUArgs,
84 ucnv_setFromUCallBack(fromUArgs->converter,
93 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits,
97 ucnv_setFromUCallBack(fromUArgs->converter,
115 fromUArgs,
173 UConverterFromUnicodeArgs *fromUArgs,
184 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err));
212 ucnv_setFromUCallBack(fromUArgs->converter,
224 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits,
231 ucnv_setFromUCallBack(fromUArgs
29 flagCB_fromU( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
172 debugCB_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
[all...]
/external/icu4c/common/unicode/
H A Ducnv_err.h226 * @param fromUArgs Information about the conversion in progress
236 UConverterFromUnicodeArgs *fromUArgs,
276 * @param fromUArgs Information about the conversion in progress
287 UConverterFromUnicodeArgs *fromUArgs,
305 * @param fromUArgs Information about the conversion in progress
317 UConverterFromUnicodeArgs *fromUArgs,
362 * @param fromUArgs Information about the conversion in progress
373 UConverterFromUnicodeArgs *fromUArgs,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv_err.h219 * @param fromUArgs Information about the conversion in progress
229 UConverterFromUnicodeArgs *fromUArgs,
269 * @param fromUArgs Information about the conversion in progress
280 UConverterFromUnicodeArgs *fromUArgs,
298 * @param fromUArgs Information about the conversion in progress
310 UConverterFromUnicodeArgs *fromUArgs,
355 * @param fromUArgs Information about the conversion in progress
366 UConverterFromUnicodeArgs *fromUArgs,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv_err.h219 * @param fromUArgs Information about the conversion in progress
229 UConverterFromUnicodeArgs *fromUArgs,
269 * @param fromUArgs Information about the conversion in progress
280 UConverterFromUnicodeArgs *fromUArgs,
298 * @param fromUArgs Information about the conversion in progress
310 UConverterFromUnicodeArgs *fromUArgs,
355 * @param fromUArgs Information about the conversion in progress
366 UConverterFromUnicodeArgs *fromUArgs,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv_err.h219 * @param fromUArgs Information about the conversion in progress
229 UConverterFromUnicodeArgs *fromUArgs,
269 * @param fromUArgs Information about the conversion in progress
280 UConverterFromUnicodeArgs *fromUArgs,
298 * @param fromUArgs Information about the conversion in progress
310 UConverterFromUnicodeArgs *fromUArgs,
355 * @param fromUArgs Information about the conversion in progress
366 UConverterFromUnicodeArgs *fromUArgs,
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp360 static void urlEscapedEntityCallback(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, argument
368 ucnv_cbFromUWriteBytes(fromUArgs, entity, entityLen, 0, err);
370 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
374 static void gbkCallbackEscape(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, argument
381 ucnv_cbFromUWriteUChars(fromUArgs, &source, source + 1, 0, err);
384 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
388 static void gbkUrlEscapedEntityCallack(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, argument
395 ucnv_cbFromUWriteUChars(fromUArgs, &source, source + 1, 0, err);
398 urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err);
401 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnit
404 gbkCallbackSubstitute(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) argument
[all...]
/external/icu4c/common/
H A Ducnv.c168 UConverterFromUnicodeArgs fromUArgs = { local
303 toUArgs.converter = fromUArgs.converter = localConverter;
307 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
355 UConverterFromUnicodeArgs fromUArgs = { local
365 fromUArgs.converter = converter;
367 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
587 UConverterFromUnicodeArgs fromUArgs = { local
597 fromUArgs.converter = converter;
599 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
2058 UConverterFromUnicodeArgs fromUArgs; local
[all...]
H A Ducnv_err.c57 UConverterFromUnicodeArgs *fromUArgs,
86 UConverterFromUnicodeArgs *fromUArgs,
55 UCNV_FROM_U_CALLBACK_STOP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
84 UCNV_FROM_U_CALLBACK_SKIP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp106 UConverterFromUnicodeArgs *fromUArgs,
115 UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, pErrorCode);
105 fromUCallback(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode *pErrorCode) argument
/external/icu4c/test/cintltst/
H A Dccapitst.c1402 UConverterFromUnicodeArgs *fromUArgs,
1412 log_verbose("TSCC_fromU: Context %p:%d called, reason %d on cnv %p\n", ctx, ctx->serial, reason, fromUArgs->converter);
1434 ucnv_getFromUCallBack(fromUArgs->converter, &junkFrom, (const void**)pjunkCtx);
1435 ucnv_setFromUCallBack(fromUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr);
1401 TSCC_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument

Completed in 3001 milliseconds