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

  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 92 (s)->endp = (UChar *)sourceString+sourceLen;
96 (s)->endp = NULL;
235 return (s->pos == s->endp);
254 return s->fcdPosition == s->endp;
7485 uint32_t *endp; member in struct:ucol_CEBuf
    [all...]
  /external/icu4c/i18n/
ucol.cpp 95 (s)->endp = (UChar *)sourceString+sourceLen;
99 (s)->endp = NULL;
149 return s == NULL || s->pos == s->endp;
305 return (s->pos == s->endp);
324 return s->fcdPosition == s->endp;
7224 uint32_t *endp; member in struct:ucol_CEBuf
    [all...]

Completed in 658 milliseconds