HomeSort by relevance Sort by last modified time
    Searched defs: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...]
collationfastlatin.cpp 58 uint32_t lastByte = reorderTable[scripts[i] & 0xff];
59 if(lastByte < prevLastByte) {
65 prevLastByte = lastByte;
    [all...]
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) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 151 final long lastByte = offset + srcBuf.remaining();
153 if (lastByte > getLength()) {
154 setLength(lastByte);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /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 121 milliseconds