HomeSort by relevance Sort by last modified time
    Searched defs:toUContext (Results 1 - 2 of 2) 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 165 const void *toUContext;

Completed in 895 milliseconds