Searched refs:reorderTable (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationSettings.java | 129 reorderTable = null; in resetReordering() 152 reorderTable = table; in aliasReordering() 243 reorderTable = table; in setReorderArrays() 266 reorderTable = other.reorderTable; in copyReorderingFrom() 271 public boolean hasReordering() { return reorderTable != null; } in hasReordering() 284 byte b = reorderTable[(int)p >>> 24]; in reorder() 449 public byte[] reorderTable; field in CollationSettings
|
D | CollationDataReader.java | 182 byte[] reorderTable = null; in read() 190 reorderTable = new byte[256]; in read() 191 inBytes.get(reorderTable); in read() 485 settings.aliasReordering(baseData, reorderCodes, reorderCodesLength, reorderTable); in read()
|
D | CollationTailoring.java | 38 assert(baseSettings.readOnly().reorderTable == null); in CollationTailoring()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationSettings.java | 131 reorderTable = null; in resetReordering() 154 reorderTable = table; in aliasReordering() 245 reorderTable = table; in setReorderArrays() 268 reorderTable = other.reorderTable; in copyReorderingFrom() 273 public boolean hasReordering() { return reorderTable != null; } in hasReordering() 286 byte b = reorderTable[(int)p >>> 24]; in reorder() 451 public byte[] reorderTable; field in CollationSettings
|
D | CollationDataReader.java | 183 byte[] reorderTable = null; in read() 191 reorderTable = new byte[256]; in read() 192 inBytes.get(reorderTable); in read() 486 settings.aliasReordering(baseData, reorderCodes, reorderCodesLength, reorderTable); in read()
|
D | CollationTailoring.java | 40 assert(baseSettings.readOnly().reorderTable == null); in CollationTailoring()
|
/external/icu/icu4c/source/i18n/ |
D | collationsettings.cpp | 33 reorderTable(NULL), in CollationSettings() 78 reorderTable = NULL; in resetReordering() 100 reorderTable = table; in aliasReordering() 218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays() 234 reorderTable = other.reorderTable; in copyReorderingFrom() 242 other.reorderTable, errorCode); in copyReorderingFrom()
|
D | collationsettings.h | 109 reorderTable(NULL), in CollationSettings() 134 inline UBool hasReordering() const { return reorderTable != NULL; } in hasReordering() 137 uint8_t b = reorderTable[p >> 24]; in reorder() 224 const uint8_t *reorderTable; member
|
D | collationdatawriter.cpp | 166 CollationSettings::reorderTableHasSplitBytes(settings.reorderTable)) { in write() 236 if(settings.reorderTable != NULL) { in write() 326 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest); in write()
|
D | collationdatareader.cpp | 141 const uint8_t *reorderTable = NULL; in read() local 150 reorderTable = inBytes + offset; in read() 448 reorderTable, errorCode); in read()
|
D | collationtailoring.cpp | 44 U_ASSERT(baseSettings->reorderTable == NULL); in CollationTailoring()
|