HomeSort by relevance Sort by last modified time
    Searched refs:toUArgs (Results 1 - 7 of 7) sorted by null

  /external/icu4c/common/unicode/
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/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 244 * @param toUArgs Information about the conversion in progress
253 UConverterToUnicodeArgs *toUArgs,
384 * @param toUArgs Information about the conversion in progress
394 UConverterToUnicodeArgs *toUArgs,
410 * @param toUArgs Information about the conversion in progress
420 UConverterToUnicodeArgs *toUArgs,
435 * @param toUArgs Information about the conversion in progress
446 UConverterToUnicodeArgs *toUArgs,
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 244 * @param toUArgs Information about the conversion in progress
253 UConverterToUnicodeArgs *toUArgs,
384 * @param toUArgs Information about the conversion in progress
394 UConverterToUnicodeArgs *toUArgs,
410 * @param toUArgs Information about the conversion in progress
420 UConverterToUnicodeArgs *toUArgs,
435 * @param toUArgs Information about the conversion in progress
446 UConverterToUnicodeArgs *toUArgs,
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 244 * @param toUArgs Information about the conversion in progress
253 UConverterToUnicodeArgs *toUArgs,
384 * @param toUArgs Information about the conversion in progress
394 UConverterToUnicodeArgs *toUArgs,
410 * @param toUArgs Information about the conversion in progress
420 UConverterToUnicodeArgs *toUArgs,
435 * @param toUArgs Information about the conversion in progress
446 UConverterToUnicodeArgs *toUArgs,
  /external/icu4c/common/
ucnv.c 160 UConverterToUnicodeArgs toUArgs = {
305 toUArgs.converter = fromUArgs.converter = localConverter;
307 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
341 UConverterToUnicodeArgs toUArgs = {
352 toUArgs.converter = converter;
354 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
574 UConverterToUnicodeArgs toUArgs = {
584 toUArgs.converter = converter;
586 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
    [all...]
ucnv_err.c 73 UConverterToUnicodeArgs *toUArgs,
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]

Completed in 408 milliseconds