Home
last modified time | relevance | path

Searched defs:lastByte (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdata.cpp68 uint32_t lastByte = head & 0xff; in getLastPrimaryForGroup() local
76 uint32_t lastByte = scripts[i] & 0xff; in getGroupForPrimary() local
171 int32_t lastByte = head & 0xff; in makeReorderTable() local
192 int32_t lastByte = head & 0xff; in makeReorderTable() local
211 int32_t lastByte = head & 0xff; in makeReorderTable() local
Dcollationfastlatinbuilder.cpp149 uint32_t lastByte = head & 0xff; // last primary byte in the group in loadGroups() local
203 uint32_t lastByte = result[i]; in inSameGroup() local
Dcollationbasedatabuilder.cpp305 CollationBaseDataBuilder::addReorderingGroup(uint32_t firstByte, uint32_t lastByte, in addReorderingGroup()
Dcollationfastlatin.cpp58 uint32_t lastByte = reorderTable[scripts[i] & 0xff]; in getOptions() local
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp4382 uint8_t &lastByte() { in lastByte() function in SortKeyLevel