Home
last modified time | relevance | path

Searched refs:twoBits (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java108 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in contains() local
109 if (twoBits <= 1) { in contains()
112 return (0 != twoBits); in contains()
160 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local
161 if (twoBits <= 1) { in span()
164 if (twoBits == 0) { in span()
199 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local
200 if (twoBits <= 1) { in span()
203 if (twoBits != 0) { in span()
256 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in spanBack() local
[all …]
/external/icu/icu4c/source/common/
Dbmpset.cpp284 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in contains() local
285 if(twoBits<=1) { in contains()
288 return (UBool)twoBits; in contains()
325 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in span() local
326 if(twoBits<=1) { in span()
329 if(twoBits==0) { in span()
365 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in span() local
366 if(twoBits<=1) { in span()
369 if(twoBits!=0) { in span()
414 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in spanBack() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java106 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in contains() local
107 if (twoBits <= 1) { in contains()
110 return (0 != twoBits); in contains()
158 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local
159 if (twoBits <= 1) { in span()
162 if (twoBits == 0) { in span()
197 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local
198 if (twoBits <= 1) { in span()
201 if (twoBits != 0) { in span()
254 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in spanBack() local
[all …]