HomeSort by relevance Sort by last modified time
    Searched full:variabletop (Results 1 - 25 of 25) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 35 // No mini primaries are variable, set a variableTop just below the
39 uint32_t v1 = settings.variableTop >> 24;
43 return -1; // variableTop >= digits, should not occur
101 uint32_t variableTop = (uint32_t)options >> 16; // see getOptions()
136 } else if(leftPair > variableTop) {
142 leftPair = getPrimaries(variableTop, leftPair);
167 } else if(rightPair > variableTop) {
173 rightPair = getPrimaries(variableTop, rightPair);
218 } else if(leftPair > variableTop) {
223 leftPair = getSecondaries(variableTop, leftPair)
    [all...]
collationsettings.cpp 28 options(other.options), variableTop(other.variableTop),
57 if((options & ALTERNATE_MASK) != 0 && variableTop != other.variableTop) { return FALSE; }
68 if((options & ALTERNATE_MASK) != 0) { h ^= variableTop; }
collationcompare.cpp 33 uint32_t variableTop;
35 variableTop = 0;
38 variableTop = settings.variableTop + 1;
50 if(leftPrimary < variableTop && leftPrimary > Collation::MERGE_SEPARATOR_PRIMARY) {
66 } while(leftPrimary < variableTop &&
75 if(rightPrimary < variableTop && rightPrimary > Collation::MERGE_SEPARATOR_PRIMARY) {
91 } while(rightPrimary < variableTop &&
collationfastlatin.h 229 static inline uint32_t getPrimaries(uint32_t variableTop, uint32_t pair) {
232 if(ce > variableTop) { return pair & TWO_LONG_PRIMARIES_MASK; }
244 static uint32_t getSecondaries(uint32_t variableTop, uint32_t pair);
245 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
246 static uint32_t getTertiaries(uint32_t variableTop, UBool withCaseBits, uint32_t pair);
247 static uint32_t getQuaternaries(uint32_t variableTop, uint32_t pair);
usrchimp.h 84 uint32_t variableTop;
181 uint32_t variableTop;
200 * all primary values less than variabletop will need to be masked off anyway.
collationsettings.h 104 variableTop(0),
196 uint32_t variableTop;
collationdatareader.cpp 374 if(options == ts.options && ts.variableTop != 0 &&
390 // Set variableTop from options and scripts data.
391 settings->variableTop = tailoring.data->getLastPrimaryForGroup(
393 if(settings->variableTop == 0) {
collationkeys.cpp 242 uint32_t variableTop;
244 variableTop = 0;
247 variableTop = settings.variableTop + 1;
272 if(p < variableTop && p > Collation::MERGE_SEPARATOR_PRIMARY) {
300 } while(p < variableTop && p > Collation::MERGE_SEPARATOR_PRIMARY);
alphaindex.cpp 397 const RuleBasedCollator &coll, uint32_t variableTop,
406 if (p > variableTop) {
428 uint32_t variableTop;
430 variableTop = collatorPrimaryOnly_->getVariableTop(errorCode);
432 variableTop = 0;
511 hasMultiplePrimaryWeights(*collatorPrimaryOnly_, variableTop, current,
523 !hasMultiplePrimaryWeights(*collatorPrimaryOnly_, variableTop,
    [all...]
ucoleitr.cpp 199 variableTop = coll.getVariableTop(status);
235 if ((toShift && variableTop > ce && primary != 0)
rulebasedcollator.cpp 533 ownedSettings->variableTop = varTop;
550 return settings->variableTop;
581 return settings->variableTop;
592 if(varTop != settings->variableTop) {
603 if(varTop != settings->variableTop) {
612 ownedSettings->variableTop = varTop;
616 if(varTop == getDefaultSettings().variableTop) {
    [all...]
collationbuilder.cpp 199 variableTop(0),
243 // on the root collator's maxVariable/variableTop.
245 // the tailoring.settings pointer here and read its variableTop when we need it.
247 variableTop = base->settings->variableTop;
540 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1);
543 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1);
    [all...]
collationruleparser.cpp 552 settings->variableTop = baseData->getLastPrimaryForGroup(
554 U_ASSERT(settings->variableTop != 0);
collationbuilder.h 299 uint32_t variableTop;
usearch.cpp 157 // less than variabletop will need to be masked off anyway.
158 if (strsrch->variableTop > sourcece) {
    [all...]
coll.cpp 335 length = loc.getKeywordValue("variableTop", value, LENGTHOF(value), errorCode);
  /external/chromium_org/third_party/icu/source/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;
colldata.cpp 55 uint32_t variableTop = ucol_getVariableTop(coll, &status);
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
ucol_tok.cpp     [all...]
usearch.cpp 165 // less than variabletop will need to be masked off anyway.
166 if (strsrch->variableTop > sourcece) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 46 uint32_t variableTop = ucol_getVariableTop(coll, &status);
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]

Completed in 7228 milliseconds