HomeSort by relevance Sort by last modified time
    Searched defs:fromUContext (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnv_bld.h 164 const void *fromUContext;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetEncoderICU.java 64 Object fromUContext;
186 if (fromUContext == null || !fromUContext.equals(newContext)) {
192 * Sets fromUContext used in callbacks.
199 fromUContext = newContext;
608 cr = fromCharErrorBehaviour.call(this, fromUContext,
    [all...]

Completed in 489 milliseconds