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 166 const void *fromUContext;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetEncoderICU.java 66 Object fromUContext;
191 if (fromUContext == null || !fromUContext.equals(newContext)) {
197 * Sets fromUContext used in callbacks.
204 fromUContext = newContext;
616 cr = fromCharErrorBehaviour.call(this, fromUContext,
    [all...]

Completed in 124 milliseconds