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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 54 Object toUContext = null;
172 if (toUContext == null || !toUContext.equals(newContext)) {
173 toUContext = newContext;
620 cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr);
  /external/icu/icu4c/source/common/
ucnv_bld.h 160 const void *toUContext;
ucnv.c 315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
720 *context = converter->toUContext;
744 if (oldContext) *oldContext = converter->toUContext;
745 converter->toUContext = newContext;
    [all...]

Completed in 913 milliseconds