Home
last modified time | relevance | path

Searched refs:appendByte (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java177 void appendByte(int b) { in appendByte() method in CollationKeys.SortKeyLevel
382 quaternaries.appendByte(QUAT_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
386 quaternaries.appendByte(QUAT_COMMON_LOW + commonQuaternaries); in writeSortKeyUpToQuaternary()
397 quaternaries.appendByte(QUAT_SHIFTED_LIMIT_BYTE); in writeSortKeyUpToQuaternary()
475 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
484 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
499 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
503 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
518 secondaries.appendByte(p == Collation.NO_CE_PRIMARY ? in writeSortKeyUpToQuaternary()
551 cases.appendByte(CASE_LOWER_FIRST_COMMON_MIDDLE << 4); in writeSortKeyUpToQuaternary()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationKeys.java187 void appendByte(int b) { in appendByte() method in CollationKeys.SortKeyLevel
392 quaternaries.appendByte(QUAT_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
396 quaternaries.appendByte(QUAT_COMMON_LOW + commonQuaternaries); in writeSortKeyUpToQuaternary()
407 quaternaries.appendByte(QUAT_SHIFTED_LIMIT_BYTE); in writeSortKeyUpToQuaternary()
485 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
494 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
509 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
513 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
528 secondaries.appendByte(p == Collation.NO_CE_PRIMARY ? in writeSortKeyUpToQuaternary()
561 cases.appendByte(CASE_LOWER_FIRST_COMMON_MIDDLE << 4); in writeSortKeyUpToQuaternary()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp105 void appendByte(uint32_t b);
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte() function in __anon519aef120111::SortKeyLevel
279 quaternaries.appendByte(QUAT_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
283 quaternaries.appendByte(QUAT_COMMON_LOW + commonQuaternaries); in writeSortKeyUpToQuaternary()
294 quaternaries.appendByte(QUAT_SHIFTED_LIMIT_BYTE); in writeSortKeyUpToQuaternary()
367 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
376 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
391 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
395 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
414 secondaries.appendByte(p == Collation::NO_CE_PRIMARY ? in writeSortKeyUpToQuaternary()
[all …]
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp113 void appendByte(std::string &outstr, in appendByte() function
152 appendByte(outstr, s[t]); in appendUtf8()
178 appendByte(outstr, c2); in fixu8()
191 appendByte(outstr, c); in fixu8()