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 107 reorderTable(NULL),
132 inline UBool hasReordering() const { return reorderTable != NULL; }
135 uint8_t b = reorderTable[p >> 24];
222 const uint8_t *reorderTable;
241 * 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 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...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 96 // Note: The reorderTable, reorderRanges, and reorderCodes need not be cloned
127 reorderTable = null;
152 reorderTable = table;
243 reorderTable = table;
266 reorderTable = other.reorderTable;
271 public boolean hasReordering() { return reorderTable != null; }
284 byte b = reorderTable[(int)p >>> 24];
449 public byte[] reorderTable;
468 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 4311 milliseconds