HomeSort by relevance Sort by last modified time
    Searched refs:supplementalHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/i18n/
esctrn.cpp 99 this->supplementalHandler = adoptedSupplementalHandler;
112 supplementalHandler = (o.supplementalHandler != 0) ?
113 new EscapeTransliterator(*o.supplementalHandler) : NULL;
117 delete supplementalHandler;
146 if ((c & 0xFFFF0000) != 0 && supplementalHandler != NULL) {
148 buf.append(supplementalHandler->prefix);
149 ICU_Utility::appendNumber(buf, c, supplementalHandler->radix,
150 supplementalHandler->minDigits);
151 buf.append(supplementalHandler->suffix)
    [all...]
esctrn.h 83 EscapeTransliterator* supplementalHandler;