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

  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 253 * @param toUArgs Information about the conversion in progress
262 UConverterToUnicodeArgs *toUArgs,
393 * @param toUArgs Information about the conversion in progress
403 UConverterToUnicodeArgs *toUArgs,
419 * @param toUArgs Information about the conversion in progress
429 UConverterToUnicodeArgs *toUArgs,
444 * @param toUArgs Information about the conversion in progress
455 UConverterToUnicodeArgs *toUArgs,
  /external/icu/icu4c/source/common/
ucnv.cpp 163 UConverterToUnicodeArgs toUArgs = {
310 toUArgs.converter = fromUArgs.converter = localConverter;
312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
346 UConverterToUnicodeArgs toUArgs = {
357 toUArgs.converter = converter;
359 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.cpp 130 UConverterToUnicodeArgs *toUArgs,
137 (void)context; (void)toUArgs; (void)codePoints; (void)length; (void)reason; (void)err;
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 141 milliseconds