HomeSort by relevance Sort by last modified time
    Searched refs:reorderCodesCapacity (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.cpp 30 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
37 if(other.reorderCodesCapacity == 0) {
49 if(reorderCodesCapacity != 0) {
91 if(reorderCodesCapacity != 0) {
93 reorderCodesCapacity = 0;
108 if(length <= reorderCodesCapacity) {
116 if(reorderCodesCapacity != 0) {
121 reorderCodesCapacity = capacity;
collationsettings.h 106 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
209 int32_t reorderCodesCapacity;

Completed in 37 milliseconds