/third_party/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 43 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0) in CEList() 113 if (listSize >= listMax) { in add() 122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t)); in add() 132 ces[listSize++] = ce; in add() 137 if (index >= 0 && index < listSize) { in get() 151 if (other == NULL || listSize - offset < other->size()) { in matchesAt() 166 return listSize; in size() 170 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0) in StringList() 194 if (listSize >= listMax) { in add() 201 for (int32_t i=0; i<listSize; ++i) { in add() [all …]
|
D | ssearch.cpp | 361 int32_t listSize; member in OrderList 365 : list(NULL), listMax(16), listSize(0) in OrderList() 371 : list(NULL), listMax(16), listSize(0) in OrderList() 418 if (listSize >= listMax) { in add() 423 uprv_memcpy(newList, list, listSize * sizeof(Order)); in add() 428 list[listSize].order = order; in add() 429 list[listSize].lowOffset = low; in add() 430 list[listSize].highOffset = high; in add() 432 listSize += 1; in add() 437 if (index >= listSize) { in get() [all …]
|
D | colldata.h | 119 int32_t listSize; variable 183 int32_t listSize; variable
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | Resources.java | 113 int listSize = locVect.size(); in getAvailableLocales() local 114 list = new String[listSize]; in getAvailableLocales() 115 for (int i=0; i < listSize; i++) { in getAvailableLocales()
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | DateFmtPerf.h | 759 uint32_t listSize = UPRV_LENGTHOF(collation_strings_escaped); in init() local 760 collation_strings = new UnicodeString[listSize]; in init() 761 for(uint32_t k=0;k<listSize;k++) { in init() 788 uint32_t listSize = UPRV_LENGTHOF(collation_strings_escaped); in call() local 795 for(i=listSize-1; i>=1; i--) { in call()
|
/third_party/icu/icu4c/source/common/ |
D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemTo… in uplug_removeEntryAt() argument 84 if(listSize<1) { in uplug_removeEntryAt() 85 return listSize; in uplug_removeEntryAt() 89 if(listSize > itemToRemove+1) { in uplug_removeEntryAt() 93 return listSize-1; in uplug_removeEntryAt()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemTo… in uplug_removeEntryAt() argument 84 if(listSize<1) { in uplug_removeEntryAt() 85 return listSize; in uplug_removeEntryAt() 89 if(listSize > itemToRemove+1) { in uplug_removeEntryAt() 93 return listSize-1; in uplug_removeEntryAt()
|
/third_party/node/deps/icu-small/source/common/ |
D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemTo… in uplug_removeEntryAt() argument 84 if(listSize<1) { in uplug_removeEntryAt() 85 return listSize; in uplug_removeEntryAt() 89 if(listSize > itemToRemove+1) { in uplug_removeEntryAt() 93 return listSize-1; in uplug_removeEntryAt()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | SmallSortedMap.java | 702 final int listSize = getNumArrayEntries(); in hashCode() local 703 for (int i = 0; i < listSize; i++) { in hashCode()
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 205 uint32_t listSize = sizeof(s)/sizeof(s[0]); 210 for(i=listSize-1; i>=1; i--) { 225 uint32_t listSize = sizeof(s)/sizeof(s[0]); 230 for(i=listSize-1; i>=1; i--) { 563 for(i=0; i<listSize; i++) {
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
D | pkgdata.cpp | 1608 int32_t listSize = pkg_countCharList(list); in pkg_createWithoutAssemblyCode() local 1640 if ((cmd = (char *)uprv_malloc((listSize + 2) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode() 1643 } else if ((buffer = (char *)uprv_malloc((listSize + 1) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode() 1649 for (int32_t i = 0; i < (listSize + 1); i++) { in pkg_createWithoutAssemblyCode()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 1608 int32_t listSize = pkg_countCharList(list); in pkg_createWithoutAssemblyCode() local 1640 if ((cmd = (char *)uprv_malloc((listSize + 2) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode() 1643 } else if ((buffer = (char *)uprv_malloc((listSize + 1) * SMALL_BUFFER_MAX_SIZE)) == NULL) { in pkg_createWithoutAssemblyCode() 1649 for (int32_t i = 0; i < (listSize + 1); i++) { in pkg_createWithoutAssemblyCode()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 1611 int32_t listSize = pkg_countCharList(list); in pkg_createWithoutAssemblyCode() local 1643 if ((cmd = (char *)uprv_malloc((listSize + 2) * SMALL_BUFFER_MAX_SIZE)) == nullptr) { in pkg_createWithoutAssemblyCode() 1646 } else if ((buffer = (char *)uprv_malloc((listSize + 1) * SMALL_BUFFER_MAX_SIZE)) == nullptr) { in pkg_createWithoutAssemblyCode() 1652 for (int32_t i = 0; i < (listSize + 1); i++) { in pkg_createWithoutAssemblyCode()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 778 size_t listSize = ioArraySymbolResizeList.size(); in checkIoArraysConsistency() local 783 i = listSize - 1; in checkIoArraysConsistency() 785 for (bool firstIteration = true; i < listSize; ++i) { in checkIoArraysConsistency()
|