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

  /external/icu/icu4c/source/i18n/
collationsettings.h 109 reorderTable(NULL),
134 inline UBool hasReordering() const { return reorderTable != NULL; }
137 uint8_t b = reorderTable[p >> 24];
224 const uint8_t *reorderTable;
243 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 100 // Note: The reorderTable, reorderRanges, and reorderCodes need not be cloned
131 reorderTable = null;
156 reorderTable = table;
247 reorderTable = table;
270 reorderTable = other.reorderTable;
275 public boolean hasReordering() { return reorderTable != null; }
288 byte b = reorderTable[(int)p >>> 24];
453 public byte[] reorderTable;
472 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 98 // Note: The reorderTable, reorderRanges, and reorderCodes need not be cloned
129 reorderTable = null;
154 reorderTable = table;
245 reorderTable = table;
268 reorderTable = other.reorderTable;
273 public boolean hasReordering() { return reorderTable != null; }
286 byte b = reorderTable[(int)p >>> 24];
451 public byte[] reorderTable;
470 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable
    [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 170 milliseconds