HomeSort by relevance Sort by last modified time
    Searched refs:SortKeyLevel (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
collationkeys.cpp 89 class SortKeyLevel : public UMemory {
91 SortKeyLevel() : len(0), ok(TRUE) {}
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::appendWeight32(uint32_t w)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 37 milliseconds