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

  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 864 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) {
925 appendToBuf(regexp->fText[i], &destIdx, dest, capacity);
938 appendToBuf(c, &destIdx, dest, capacity);
963 appendToBuf((UChar)escapedChar, &destIdx, dest, capacity);
965 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity);
966 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity);
975 appendToBuf(c, &destIdx, dest, capacity);
1011 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
    [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]

Completed in 611 milliseconds