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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 110 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
111 if (twoBits <= 1) {
114 return (0 != twoBits);
162 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
163 if (twoBits <= 1) {
166 if (twoBits == 0) {
201 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
202 if (twoBits <= 1) {
205 if (twoBits != 0) {
258 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 108 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
109 if (twoBits <= 1) {
112 return (0 != twoBits);
160 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
161 if (twoBits <= 1) {
164 if (twoBits == 0) {
199 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001;
200 if (twoBits <= 1) {
203 if (twoBits != 0) {
256 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001
    [all...]
  /external/icu/icu4c/source/common/
bmpset.cpp 286 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001;
287 if(twoBits<=1) {
290 return (UBool)twoBits;
327 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001;
328 if(twoBits<=1) {
331 if(twoBits==0) {
367 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001;
368 if(twoBits<=1) {
371 if(twoBits!=0) {
416 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 89 milliseconds