Searched refs:listLength (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dgenderinfotest.cpp43 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
44 void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength);
95 UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) {
96 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); local
97 checkLocale("is", expected_mixed, genderList, listLength);
98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); local
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) {
109 UGender actual = gi->getListGender(genderList, listLength, status);
94 check( UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) argument
101 checkLocale( const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DBMPSet.java65 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
68 private final int listLength; // length used; list may be longer to minimize reallocs field in class:BMPSet
72 listLength = parentListLength;
83 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
86 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
88 list4kStarts[0x11] = listLength - 1;
95 listLength = newParentListLength;
386 if (listIndex < listLength) {
408 if (listIndex < listLength) {
454 if (listIndex < listLength) {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DBMPSet.java63 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
66 private final int listLength; // length used; list may be longer to minimize reallocs field in class:BMPSet
70 listLength = parentListLength;
81 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
84 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
86 list4kStarts[0x11] = listLength - 1;
93 listLength = newParentListLength;
384 if (listIndex < listLength) {
406 if (listIndex < listLength) {
452 if (listIndex < listLength) {
[all...]
/external/icu/icu4c/source/common/
H A Dbmpset.h152 * The list is terminated with list[listLength-1]=0x110000.
155 int32_t listLength; member in class:BMPSet
H A Dbmpset.cpp30 list(parentList), listLength(parentListLength) {
42 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1);
45 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1);
47 list4kStarts[0x11]=listLength-1;
56 list(newParentList), listLength(newParentListLength) {
128 if(listIndex<listLength) {
145 if(listIndex<listLength) {
167 if(listIndex<listLength) {
213 if(listIndex<listLength) {
/external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/
H A DMetadataList.java64 public int listLength() { method in class:MetadataList
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 299 milliseconds