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 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;

Completed in 141 milliseconds