HomeSort by relevance Sort by last modified time
    Searched full:listlength (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/test/intltest/
genderinfotest.cpp 41 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
42 void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength);
93 UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) {
94 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength);
95 checkLocale("is", expected_mixed, genderList, listLength);
96 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength);
100 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) {
107 UGender actual = gi->getListGender(genderList, listLength, status);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 62 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
65 private final int listLength; // length used; list may be longer to minimize reallocs
69 listLength = parentListLength;
80 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
83 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
85 list4kStarts[0x11] = listLength - 1;
92 listLength = newParentListLength;
383 if (listIndex < listLength) {
405 if (listIndex < listLength) {
451 if (listIndex < listLength) {
    [all...]
  /external/icu/icu4c/source/common/
bmpset.cpp 28 list(parentList), listLength(parentListLength) {
40 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1);
43 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1);
45 list4kStarts[0x11]=listLength-1;
52 list(newParentList), listLength(newParentListLength) {
124 if(listIndex<listLength) {
146 if(listIndex<listLength) {
192 if(listIndex<listLength) {
bmpset.h 149 * The list is terminated with list[listLength-1]=0x110000.
152 int32_t listLength;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 923 int listlength = list.length; local
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 685 var listLength = this.activeFormattingElements.length;
687 if (listLength) {
688 var unopenIdx = listLength,
701 for (var i = unopenIdx; i < listLength; i++) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 442 milliseconds