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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 131 uint32_t currentStarredCharIndex; /* Index of the current charrecter in the starred expression. */
ucol_tok.cpp 910 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
923 * src->currentStarredCharIndex: Index (in src->source) of the first char of the current code point.
925 * Pre-requisite: src->currentStarredCharIndex <= src->lastStarredCharIndex.
932 src->parsedToken.charsOffset = src->currentStarredCharIndex;
933 int32_t prev = src->currentStarredCharIndex
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 131 uint32_t currentStarredCharIndex; /* Index of the current charrecter in the starred expression. */
ucol_tok.cpp 904 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
917 * src->currentStarredCharIndex: Index (in src->source) of the first char of the current code point.
919 * Pre-requisite: src->currentStarredCharIndex <= src->lastStarredCharIndex.
926 src->parsedToken.charsOffset = src->currentStarredCharIndex;
927 int32_t prev = src->currentStarredCharIndex;
928 U16_NEXT(src->source, src->currentStarredCharIndex, (uint32_t)(src->end - src->source), cp);
929 src->parsedToken.charsLen = src->currentStarredCharIndex - prev;
    [all...]

Completed in 68 milliseconds