Searched refs:currentStarredCharIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h131 uint32_t currentStarredCharIndex; /* Index of the current charrecter in the starred expression. */ member in struct:__anon12128
H A Ducol_tok.cpp904 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;
933 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
1418 src->currentStarredCharIndex = src->parsedToken.charsOffset;
1419 U16_NEXT(src->source, src->currentStarredCharIndex,
[all...]

Completed in 115 milliseconds