/external/icu/icu4c/source/test/intltest/ |
D | genderinfotest.cpp | 43 …l, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength); 44 …checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength); 95 …, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) { in check() argument 96 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); in check() 97 checkLocale("is", expected_mixed, genderList, listLength); in check() 98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check() 102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale() argument 109 UGender actual = gi->getListGender(genderList, listLength, status); in checkLocale()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | BMPSet.java | 68 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet 72 listLength = parentListLength; in BMPSet() 83 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1); in BMPSet() 86 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1); in BMPSet() 88 list4kStarts[0x11] = listLength - 1; in BMPSet() 95 listLength = newParentListLength; in BMPSet() 386 if (listIndex < listLength) { in initBits() 408 if (listIndex < listLength) { in initBits() 454 if (listIndex < listLength) { in initBits()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | BMPSet.java | 66 private final int listLength; // length used; list may be longer to minimize reallocs field in BMPSet 70 listLength = parentListLength; in BMPSet() 81 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1); in BMPSet() 84 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1); in BMPSet() 86 list4kStarts[0x11] = listLength - 1; in BMPSet() 93 listLength = newParentListLength; in BMPSet() 384 if (listIndex < listLength) { in initBits() 406 if (listIndex < listLength) { in initBits() 452 if (listIndex < listLength) { in initBits()
|
/external/icu/icu4c/source/common/ |
D | bmpset.cpp | 30 list(parentList), listLength(parentListLength) { in BMPSet() 42 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1); in BMPSet() 45 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1); in BMPSet() 47 list4kStarts[0x11]=listLength-1; in BMPSet() 56 list(newParentList), listLength(newParentListLength) { in BMPSet() 128 if(listIndex<listLength) { in initBits() 145 if(listIndex<listLength) { in initBits() 167 if(listIndex<listLength) { in initBits() 213 if(listIndex<listLength) { in initBits()
|
D | bmpset.h | 155 int32_t listLength; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | ResourceLimits.h | 42 static void listLength(const MagickSizeType limit_); 43 static MagickSizeType listLength();
|
/external/ImageMagick/Magick++/lib/ |
D | ResourceLimits.cpp | 53 void Magick::ResourceLimits::listLength(const MagickSizeType limit_) in listLength() function in Magick::ResourceLimits 58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength() function in Magick::ResourceLimits
|
/external/ImageMagick/Magick++/fuzz/ |
D | utils.cc | 18 Magick::ResourceLimits::listLength(32); in FuzzingInitializer()
|
/external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/ |
D | MetadataList.java | 64 public int listLength() { in listLength() method in MetadataList
|