HomeSort by relevance Sort by last modified time
    Searched refs:variableTop (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
usrchimp.h 74 uint32_t variableTop;
93 * all primary values less than variabletop will need to be masked off anyway.
bmsearch.cpp 81 uint32_t variableTop;
96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
102 variableTop = ucol_getVariableTop(coll, &status);
203 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
252 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
ucoleitr.cpp 209 uint32_t variableTop;
234 variableTop = coll->variableTopValue << 16;
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
516 // uint32_t variableTop = coll->variableTopValue;
ucol_tok.cpp     [all...]
colldata.cpp 55 uint32_t variableTop = ucol_getVariableTop(coll, &status);
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
usearch.cpp 165 // less than variabletop will need to be masked off anyway.
166 if (strsrch->variableTop > sourcece) {
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 509 element->variableTop = TRUE;
579 element->variableTop = FALSE;
    [all...]

Completed in 78 milliseconds