HomeSort by relevance Sort by last modified time
    Searched defs:INDEX_MASK (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
89 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
103 * Use INDEX_MASK to find the pair of CEs after the fixed table.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 65 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
85 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
99 * Use INDEX_MASK to find the pair of CEs after the fixed table.
693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 61 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
81 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
95 * Use INDEX_MASK to find the pair of CEs after the fixed table.
689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 61 private static final int INDEX_MASK = 0xffff;
465 sb.append(Integer.toHexString((key >> INDEX_SHIFT) & INDEX_MASK));
632 return (key >> INDEX_SHIFT) & INDEX_MASK;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 44 private static final int INDEX_MASK = 0xffff;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 317 #define INDEX_MASK 0x0000003F
565 index = (index & INDEX_MASK);
616 index = (index & INDEX_MASK);
    [all...]
  /frameworks/native/opengl/libagl/
context.h 237 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 215 milliseconds