OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table7ff
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/common/
bmpset.cpp
27
uprv_memset(
table7FF
, 0, sizeof(
table7FF
));
51
uprv_memcpy(
table7FF
, otherBMPSet.
table7FF
, sizeof(
table7FF
));
128
// Set
table7FF
[].
130
set32x64Bits(
table7FF
, start, limit<=0x800 ? limit : 0x800);
196
* (asciiBytes[] trail bytes,
table7FF
[] 0..7F, bmpBlockBits[] 0..7FF)
211
table7FF
[i]|=bits;
272
return (UBool)((
table7FF
[c&0x3f]&((uint32_t)1<<(c>>6)))!=0)
[
all
...]
bmpset.h
111
* it is set.contains(c)==(
table7FF
[trail] bit lead)
116
uint32_t
table7FF
[64];
/external/icu4c/common/
bmpset.cpp
30
uprv_memset(
table7FF
, 0, sizeof(
table7FF
));
54
uprv_memcpy(
table7FF
, otherBMPSet.
table7FF
, sizeof(
table7FF
));
137
// Set
table7FF
[].
139
set32x64Bits(
table7FF
, start, limit<=0x800 ? limit : 0x800);
205
* (asciiBytes[] trail bytes,
table7FF
[] 0..7F, bmpBlockBits[] 0..7FF)
220
table7FF
[i]|=bits;
281
return (UBool)((
table7FF
[c&0x3f]&((uint32_t)1<<(c>>6)))!=0)
[
all
...]
bmpset.h
111
* it is set.contains(c)==(
table7FF
[trail] bit lead)
116
uint32_t
table7FF
[64];
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 243 milliseconds