OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastStarredCharIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
ucol_tok.h
132
uint32_t
lastStarredCharIndex
; /* Index to the last character in the starred expression. */
ucol_tok.cpp
904
if (src->currentStarredCharIndex > src->
lastStarredCharIndex
) {
918
* src->
lastStarredCharIndex
: Index to the last character in the list.
919
* Pre-requisite: src->currentStarredCharIndex <= src->
lastStarredCharIndex
.
[
all
...]
Completed in 36 milliseconds