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

  /frameworks/wilhelm/src/
MPH_to.h 36 #define MAX_INDEX 32
  /external/icu/icu4c/source/i18n/
collationbuilder.h 222 static const int32_t MAX_INDEX = 0xfffff;
264 return (int32_t)(node >> 28) & MAX_INDEX;
267 return ((int32_t)node >> 8) & MAX_INDEX;
collation.h 283 static const int32_t MAX_INDEX = 0x7ffff;
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 196 /** The Constant MAX_INDEX. */
197 private static final int MAX_INDEX = 19;
469 while (index < MAX_INDEX){
487 if (index < 0 || index >= MAX_INDEX){
560 while (index < MAX_INDEX){
761 for (int i=0; i < MAX_INDEX; i++){
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5662 milliseconds