OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indirectIndex
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
ucol_tok.cpp
766
/* index to this array will be src->parsedToken.
indirectIndex
*/
767
src->parsedToken.
indirectIndex
= 0;
776
src->parsedToken.
indirectIndex
= (uint16_t)(i-OPTION_FIRST+1+j*2);
855
buff[1] = (UChar)(ucolIndirectBoundaries[src->parsedToken.
indirectIndex
].startCE >> 16);
856
buff[2] = (UChar)(ucolIndirectBoundaries[src->parsedToken.
indirectIndex
].startCE & 0xFFFF);
857
if(ucolIndirectBoundaries[src->parsedToken.
indirectIndex
].startContCE == 0) {
861
buff[3] = (UChar)(ucolIndirectBoundaries[src->parsedToken.
indirectIndex
].startContCE >> 16);
862
buff[4] = (UChar)(ucolIndirectBoundaries[src->parsedToken.
indirectIndex
].startContCE & 0xFFFF);
[
all
...]
ucol_tok.h
103
uint16_t
indirectIndex
;
/external/icu4c/test/cintltst/
cmsccoll.c
[
all
...]
Completed in 24 milliseconds