OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentRangeCp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h
136
UChar32
currentRangeCp
; /* Current code point in the range. */
ucol_tok.cpp
887
* src->
currentRangeCp
: The current code point to process.
889
* Pre-requisite: src->
currentRangeCp
<= src->lastRangeCp.
899
uint32_t nChars = U16_LENGTH(src->
currentRangeCp
);
903
U16_APPEND_UNSAFE(buff, i, src->
currentRangeCp
);
906
++src->
currentRangeCp
;
907
if (src->
currentRangeCp
> src->lastRangeCp) {
914
src->previousCp = src->
currentRangeCp
;
[
all
...]
/external/icu4c/i18n/
ucol_tok.h
136
UChar32
currentRangeCp
; /* Current code point in the range. */
ucol_tok.cpp
881
* src->
currentRangeCp
: The current code point to process.
883
* Pre-requisite: src->
currentRangeCp
<= src->lastRangeCp.
893
uint32_t nChars = U16_LENGTH(src->
currentRangeCp
);
897
U16_APPEND_UNSAFE(buff, i, src->
currentRangeCp
);
900
++src->
currentRangeCp
;
901
if (src->
currentRangeCp
> src->lastRangeCp) {
908
src->previousCp = src->
currentRangeCp
;
[
all
...]
Completed in 55 milliseconds