Home
last modified time | relevance | path

Searched refs:SortKeyLevel (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.cpp91 class SortKeyLevel : public UMemory { class
93 SortKeyLevel() : len(0), ok(TRUE) {} in SortKeyLevel() function in __anon822545880111::SortKeyLevel
94 ~SortKeyLevel() {} in ~SortKeyLevel()
123 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
124 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte()
134 SortKeyLevel::appendWeight16(uint32_t w) { in appendWeight16()
148 SortKeyLevel::appendWeight32(uint32_t w) { in appendWeight32()
167 SortKeyLevel::appendReverseWeight16(uint32_t w) { in appendReverseWeight16()
183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
[all …]
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.cpp91 class SortKeyLevel : public UMemory { class
93 SortKeyLevel() : len(0), ok(TRUE) {} in SortKeyLevel() function in __anon248a679a0111::SortKeyLevel
94 ~SortKeyLevel() {} in ~SortKeyLevel()
123 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
124 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte()
134 SortKeyLevel::appendWeight16(uint32_t w) { in appendWeight16()
148 SortKeyLevel::appendWeight32(uint32_t w) { in appendWeight32()
167 SortKeyLevel::appendReverseWeight16(uint32_t w) { in appendReverseWeight16()
183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.cpp91 class SortKeyLevel : public UMemory { class
93 SortKeyLevel() : len(0), ok(TRUE) {} in SortKeyLevel() function in __anond2a5bb690111::SortKeyLevel
94 ~SortKeyLevel() {} in ~SortKeyLevel()
123 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
124 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte()
134 SortKeyLevel::appendWeight16(uint32_t w) { in appendWeight16()
148 SortKeyLevel::appendWeight32(uint32_t w) { in appendWeight32()
167 SortKeyLevel::appendReverseWeight16(uint32_t w) { in appendReverseWeight16()
183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.cpp91 class SortKeyLevel : public UMemory { class
93 SortKeyLevel() : len(0), ok(TRUE) {} in SortKeyLevel() function in __anon3bb1049d0111::SortKeyLevel
94 ~SortKeyLevel() {} in ~SortKeyLevel()
123 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
124 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte()
134 SortKeyLevel::appendWeight16(uint32_t w) { in appendWeight16()
148 SortKeyLevel::appendWeight32(uint32_t w) { in appendWeight32()
167 SortKeyLevel::appendReverseWeight16(uint32_t w) { in appendReverseWeight16()
183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
[all …]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java145 private static final class SortKeyLevel { class in CollationKeys
152 SortKeyLevel() { in SortKeyLevel() method in CollationKeys.SortKeyLevel
257 private static SortKeyLevel getSortKeyLevel(int levels, int level) { in getSortKeyLevel()
258 return (levels & level) != 0 ? new SortKeyLevel() : null; in getSortKeyLevel()
357 SortKeyLevel cases = getSortKeyLevel(levels, Collation.CASE_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
358 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
359 SortKeyLevel tertiaries = getSortKeyLevel(levels, Collation.TERTIARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
360 SortKeyLevel quaternaries = getSortKeyLevel(levels, Collation.QUATERNARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java155 private static final class SortKeyLevel { class in CollationKeys
162 SortKeyLevel() { in SortKeyLevel() method in CollationKeys.SortKeyLevel
267 private static SortKeyLevel getSortKeyLevel(int levels, int level) { in getSortKeyLevel()
268 return (levels & level) != 0 ? new SortKeyLevel() : null; in getSortKeyLevel()
367 SortKeyLevel cases = getSortKeyLevel(levels, Collation.CASE_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
368 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
369 SortKeyLevel tertiaries = getSortKeyLevel(levels, Collation.TERTIARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()
370 SortKeyLevel quaternaries = getSortKeyLevel(levels, Collation.QUATERNARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary()