Home
last modified time | relevance | path

Searched defs:listLength (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dgenderinfotest.cpp95 …, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) { in check()
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale()
/third_party/skia/third_party/externals/icu/source/common/
Dbmpset.h155 int32_t listLength; variable
Dlocaleprioritylist.h107 int32_t listLength = 0; variable
/third_party/node/deps/icu-small/source/common/
Dbmpset.h155 int32_t listLength; variable
Dlocaleprioritylist.h107 int32_t listLength = 0; variable
/third_party/icu/icu4c/source/common/
Dbmpset.h155 int32_t listLength; variable
Dlocaleprioritylist.h107 int32_t listLength = 0; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java66 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DBMPSet.java68 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts591 const listLength = this.activeFormattingElements.entries.length; constant
598 const unopenIdx = endIndex < 0 ? listLength - 1 : endIndex - 1; constant