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

  /external/chromium/third_party/icu/source/test/intltest/
tokiter.cpp 85 UChar32 c32 = line.unescapeAt(pos);
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
tokiter.cpp 85 UChar32 c32 = line.unescapeAt(pos);
rbbitst.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
ruleiter.cpp 74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
unistr.cpp 549 UChar32 c = unescapeAt(i); // advances i
561 UChar32 UnicodeString::unescapeAt(int32_t &offset) const {
    [all...]
rbbiscan.cpp 896 // Use UnicodeString::unescapeAt() to handle them.
901 c.fChar = fRB->fRules.unescapeAt(fNextIndex);
    [all...]
  /external/icu4c/common/
ruleiter.cpp 74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
unistr.cpp 550 UChar32 c = unescapeAt(i); // advances i
562 UChar32 UnicodeString::unescapeAt(int32_t &offset) const {
    [all...]
rbbiscan.cpp 896 // Use UnicodeString::unescapeAt() to handle them.
901 c.fChar = fRB->fRules.unescapeAt(fNextIndex);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 440 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
    [all...]
rematch.cpp 238 UChar32 escapedChar = replacement.unescapeAt(replIdx);
    [all...]
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 440 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 617 milliseconds