Searched refs:listLength (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | genderinfotest.cpp | 42 …l, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength); 43 …checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength); 94 …, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) { in check() argument 95 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); in check() 96 checkLocale("is", expected_mixed, genderList, listLength); in check() 97 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check() 101 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale() argument 108 UGender actual = gi->getListGender(genderList, listLength, status); in checkLocale()
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedFont.cpp | 154 unsigned listLength = list->length(); in getSVGFontById() local 155 if (!listLength) in getSVGFontById() 159 for (unsigned i = 0; i < listLength; ++i) { in getSVGFontById() 168 for (unsigned i = 0; i < listLength; ++i) { in getSVGFontById()
|
/external/icu4c/common/ |
D | bmpset.cpp | 28 list(parentList), listLength(parentListLength) { in BMPSet() 40 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet() 43 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1); in BMPSet() 45 list4kStarts[0x11]=listLength-1; in BMPSet() 52 list(newParentList), listLength(newParentListLength) { in BMPSet() 124 if(listIndex<listLength) { in initBits() 146 if(listIndex<listLength) { in initBits() 192 if(listIndex<listLength) { in initBits()
|
D | bmpset.h | 152 int32_t listLength; variable
|