Searched refs:toUArgs (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
H A D | ucnv_err.h | 251 * @param toUArgs Information about the conversion in progress 260 UConverterToUnicodeArgs *toUArgs, 391 * @param toUArgs Information about the conversion in progress 401 UConverterToUnicodeArgs *toUArgs, 417 * @param toUArgs Information about the conversion in progress 427 UConverterToUnicodeArgs *toUArgs, 442 * @param toUArgs Information about the conversion in progress 453 UConverterToUnicodeArgs *toUArgs,
|
/external/icu/icu4c/source/common/ |
H A D | ucnv.c | 161 UConverterToUnicodeArgs toUArgs = { local 308 toUArgs.converter = fromUArgs.converter = localConverter; 310 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); 344 UConverterToUnicodeArgs toUArgs = { local 355 toUArgs.converter = converter; 357 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode); 572 UConverterToUnicodeArgs toUArgs = { local 582 toUArgs.converter = converter; 584 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode); 2057 UConverterToUnicodeArgs toUArgs; local [all...] |
H A D | ucnv_err.c | 124 UConverterToUnicodeArgs *toUArgs, 122 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 1407 UConverterToUnicodeArgs *toUArgs, 1416 log_verbose("TSCC_toU: Context %p:%d called, reason %d on cnv %p\n", ctx, ctx->serial, reason, toUArgs->converter); 1438 ucnv_getToUCallBack(toUArgs->converter, &junkFrom, (const void**)pjunkCtx); 1439 ucnv_setToUCallBack(toUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr); 1406 TSCC_toU(const void *context, UConverterToUnicodeArgs *toUArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
|
Completed in 146 milliseconds