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

1 2

  /external/icu/icu4c/source/common/
bmpset.h 151 * The list is terminated with list[listLength-1]=0x110000.
154 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 66 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
69 private final int listLength; // length used; list may be longer to minimize reallocs
73 listLength = parentListLength;
84 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
87 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
89 list4kStarts[0x11] = listLength - 1;
96 listLength = newParentListLength;
387 if (listIndex < listLength) {
409 if (listIndex < listLength) {
455 if (listIndex < listLength) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 64 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
67 private final int listLength; // length used; list may be longer to minimize reallocs
71 listLength = parentListLength;
82 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
85 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
87 list4kStarts[0x11] = listLength - 1;
94 listLength = newParentListLength;
385 if (listIndex < listLength) {
407 if (listIndex < listLength) {
453 if (listIndex < listLength) {
    [all...]
  /external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/
MetadataList.java 64 public int listLength() {
  /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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 452 milliseconds

1 2