OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastByte
(Results
1 - 5
of
5
) 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
) {
/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 932 milliseconds