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

  /external/chromium_org/third_party/icu/source/test/intltest/
genderinfotest.cpp 42 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
43 void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength);
94 UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) {
95 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength);
96 checkLocale("is", expected_mixed, genderList, listLength);
97 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength);
101 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) {
108 UGender actual = gi->getListGender(genderList, listLength, status);
  /external/icu/icu4c/source/test/intltest/
genderinfotest.cpp 42 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
43 void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength);
94 UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) {
95 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength);
96 checkLocale("is", expected_mixed, genderList, listLength);
97 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength);
101 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) {
108 UGender actual = gi->getListGender(genderList, listLength, status);
  /external/chromium_org/third_party/icu/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;
  /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;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 497 var listLength;
503 listLength = ariaLength;
511 if (listLength == undefined || currentIndex == undefined) {
514 if (listLength == undefined) {
515 listLength = descendants.length;
525 if (currentIndex && listLength) {
526 state.push(['list_position', currentIndex, listLength]);
dom_util_test.unitjs     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /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/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 

Completed in 1211 milliseconds