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

  /external/chromium_org/third_party/icu/source/common/
ustrtrns.c 336 utf8_nextCharSafeBodyPointer(const uint8_t **ps, const uint8_t *limit, UChar32 c) {
596 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
642 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
691 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
    [all...]
  /external/icu4c/common/
ustrtrns.cpp 341 utf8_nextCharSafeBodyPointer(const uint8_t **ps, const uint8_t *limit, UChar32 c) {
602 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
648 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
697 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
    [all...]

Completed in 147 milliseconds