Searched defs:secondaries (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp253 SortKeyLevel secondaries; local
365 secondaries.appendByte(SEC_COMMON_MIDDLE);
374 secondaries.appendByte(b);
377 secondaries.appendWeight16(s);
389 secondaries.appendByte(b);
393 secondaries.appendByte(SEC_COMMON_MIDDLE);
401 uint8_t *secs = secondaries.data();
402 int32_t last = secondaries.length() - 1;
412 secondaries.appendByte(p == Collation::NO_CE_PRIMARY ?
415 secSegmentStart = secondaries
[all...]
H A Dcollationbuilder.cpp1075 // and it is lowercase. Other secondaries are uncased.
1388 CollationWeights primaries, secondaries, tertiaries; local
1495 // compressed common secondaries.
1498 secondaries.initForSecondary();
1499 if(!secondaries.allocWeights(s, sLimit, sCount)) {
1503 printf("!secondaries.allocWeights(%lx, %lx, sCount=%ld)\n",
1511 s = secondaries.nextWeight();

Completed in 83 milliseconds