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 56 Object toUContext = null;
177 if (toUContext == null || !toUContext.equals(newContext)) {
178 toUContext = newContext;
628 cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr);
  /external/icu/icu4c/source/common/
ucnv_bld.h 167 const void *toUContext;
ucnv.cpp 312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
359 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
586 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
712 *context = converter->toUContext;
736 if (oldContext) *oldContext = converter->toUContext;
737 converter->toUContext = newContext;
    [all...]

Completed in 155 milliseconds