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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.cpp89 class SortKeyLevel : public UMemory { class in namespace:__anon925
91 SortKeyLevel() : len(0), ok(TRUE) {} function in class:__anon925::SortKeyLevel
92 ~SortKeyLevel() {}
121 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
122 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
125 void SortKeyLevel::appendByte(uint32_t b) {
132 SortKeyLevel::appendWeight16(uint32_t w) {
146 SortKeyLevel
[all...]

Completed in 71 milliseconds