Searched refs:reorderCodesCapacity (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | collationsettings.cpp | 36 reorderCodes(nullptr), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 46 if(reorderCodesCapacity != 0) { in ~CollationSettings() 96 if(reorderCodesCapacity != 0) { in aliasReordering() 98 reorderCodesCapacity = 0; in aliasReordering() 198 if(totalLength <= reorderCodesCapacity) { in setReorderArrays() 209 if(reorderCodesCapacity != 0) { in setReorderArrays() 213 reorderCodesCapacity = capacity; in setReorderArrays() 215 uprv_memcpy(ownedCodes + reorderCodesCapacity, table, 256); in setReorderArrays() 218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays() 232 if(other.reorderCodesCapacity == 0) { in copyReorderingFrom()
|
D | collationsettings.h | 112 reorderCodes(nullptr), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 258 int32_t reorderCodesCapacity; member
|
/third_party/icu/icu4c/source/i18n/ |
D | collationsettings.cpp | 36 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 46 if(reorderCodesCapacity != 0) { in ~CollationSettings() 96 if(reorderCodesCapacity != 0) { in aliasReordering() 98 reorderCodesCapacity = 0; in aliasReordering() 198 if(totalLength <= reorderCodesCapacity) { in setReorderArrays() 209 if(reorderCodesCapacity != 0) { in setReorderArrays() 213 reorderCodesCapacity = capacity; in setReorderArrays() 215 uprv_memcpy(ownedCodes + reorderCodesCapacity, table, 256); in setReorderArrays() 218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays() 232 if(other.reorderCodesCapacity == 0) { in copyReorderingFrom()
|
D | collationsettings.h | 112 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 258 int32_t reorderCodesCapacity; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationsettings.cpp | 36 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 46 if(reorderCodesCapacity != 0) { in ~CollationSettings() 96 if(reorderCodesCapacity != 0) { in aliasReordering() 98 reorderCodesCapacity = 0; in aliasReordering() 198 if(totalLength <= reorderCodesCapacity) { in setReorderArrays() 209 if(reorderCodesCapacity != 0) { in setReorderArrays() 213 reorderCodesCapacity = capacity; in setReorderArrays() 215 uprv_memcpy(ownedCodes + reorderCodesCapacity, table, 256); in setReorderArrays() 218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays() 232 if(other.reorderCodesCapacity == 0) { in copyReorderingFrom()
|
D | collationsettings.h | 112 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings() 258 int32_t reorderCodesCapacity; member
|