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

  /external/chromium/third_party/icu/source/i18n/
usrchimp.h 71 uint32_t variableTop;
90 * all primary values less than variabletop will need to be masked off anyway.
ucol_elm.h 72 UBool variableTop;
ucoleitr.cpp 209 uint32_t variableTop;
234 variableTop = coll->variableTopValue << 16;
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
529 // uint32_t variableTop = coll->variableTopValue;
bmsearch.cpp 81 uint32_t variableTop;
95 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
100 variableTop = ucol_getVariableTop(coll, &status);
201 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
250 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
colldata.cpp 55 uint32_t variableTop = ucol_getVariableTop(coll, &status);
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
ucol_tok.cpp 748 UBool variableTop = FALSE;
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 72 UBool variableTop;
usrchimp.h 74 uint32_t variableTop;
93 * all primary values less than variabletop will need to be masked off anyway.
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;
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) {
colldata.cpp 55 uint32_t variableTop = ucol_getVariableTop(coll, &status);
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
ucol_tok.cpp 767 UBool variableTop = FALSE;
    [all...]

Completed in 222 milliseconds