HomeSort by relevance Sort by last modified time
    Searched defs:listLength (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu/icu4c/source/common/
bmpset.h 152 * The list is terminated with list[listLength-1]=0x110000.
155 int32_t listLength;
  /external/icu/icu4c/source/test/intltest/
genderinfotest.cpp 43 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);
97 checkLocale("is", expected_mixed, genderList, listLength);
98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength);
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) {
109 UGender actual = gi->getListGender(genderList, listLength, status);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 65 * 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
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/
BMPSet.java 63 * 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
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/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/
MetadataList.java 64 public int listLength() {
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 143 milliseconds

1 2