Searched defs:listLength (Results 1 – 10 of 10) sorted by relevance
95 …, 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()
155 int32_t listLength; variable
107 int32_t listLength = 0; variable
66 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet
68 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet
591 const listLength = this.activeFormattingElements.entries.length; constant598 const unopenIdx = endIndex < 0 ? listLength - 1 : endIndex - 1; constant