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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h132 uint32_t lastStarredCharIndex; /* Index to the last character in the starred expression. */ member in struct:__anon12128
H A Ducol_tok.cpp904 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
918 * src->lastStarredCharIndex: Index to the last character in the list.
919 * Pre-requisite: src->currentStarredCharIndex <= src->lastStarredCharIndex.
933 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
1432 src->lastStarredCharIndex = src->parsedToken.charsOffset + src->parsedToken.charsLen - 1;
1440 src->lastStarredCharIndex = src->parsedToken.charsOffset + src->parsedToken.charsLen - 1;

Completed in 128 milliseconds