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

  /external/icu/icu4c/source/i18n/
collationdata.cpp 68 uint32_t lastByte = head & 0xff;
69 return ((lastByte + 1) << 24) - 1;
76 uint32_t lastByte = scripts[i] & 0xff;
77 if(p <= lastByte) {
171 int32_t lastByte = head & 0xff;
172 do { table[firstByte++] = lowByte++; } while(firstByte <= lastByte);
192 int32_t lastByte = head & 0xff;
197 do { table[lastByte--] = highByte--; } while(firstByte <= lastByte);
211 int32_t lastByte = head & 0xff
    [all...]
collationbasedatabuilder.h 69 void addReorderingGroup(uint32_t firstByte, uint32_t lastByte,
collationfastlatinbuilder.cpp 149 uint32_t lastByte = head & 0xff; // last primary byte in the group
163 lastLatinPrimary = (lastByte << 24) | 0xffffff;
167 if(lastByte > 0x7f) {
172 result.append((UChar)lastByte);
203 uint32_t lastByte = result[i];
204 if(p <= lastByte) {
205 return q <= lastByte;
206 } else if(q <= lastByte) {
collationbasedatabuilder.cpp 305 CollationBaseDataBuilder::addReorderingGroup(uint32_t firstByte, uint32_t lastByte,
323 scripts.append((UChar)((firstByte << 8) | lastByte));
collationfastlatin.cpp 58 uint32_t lastByte = reorderTable[scripts[i] & 0xff];
59 if(lastByte < prevLastByte) {
65 prevLastByte = lastByte;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 68 milliseconds