HomeSort by relevance Sort by last modified time
    Searched defs:groupCount (Results 1 - 24 of 24) sorted by null

  /libcore/luni/src/main/java/java/util/regex/
MatchResult.java 45 * the group, ranging from 0 to groupCount() - 1, with 0
63 * the group, ranging from 0 to groupCount() - 1, with 0
76 int groupCount();
91 * the group, ranging from 0 to groupCount() - 1, with 0
MatchResultImpl.java 67 public int groupCount() {
Matcher.java 245 matchOffsets = new int[(groupCount() + 1) * 2];
443 * the group, ranging from 0 to groupCount() - 1, with 0
459 * the group, ranging from 0 to groupCount() - 1, with 0
509 public int groupCount() {
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 84 int groupCount = mAdapter.getGroupCount();
85 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) {
152 final int groupCount = mAdapter.getGroupCount();
153 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) {
168 mExpandableListView.getExpandableListPosition(headerCount + groupCount + i));
207 final int groupCount = mAdapter.getGroupCount();
208 for (int groupIndex = 0; groupIndex < groupCount; groupIndex++) {
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp 284 int32_t groupCount = fRXPat->fGroupMap->size();
285 while (n <= groupCount) {
    [all...]
rematch.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.cpp 292 int32_t groupCount = fRXPat->fGroupMap->size();
293 while (n <= groupCount) {
    [all...]
rematch.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 214 int[] groupCount = new int[maxK]; // number of points in each group.
247 groupCount[i] = 0;
270 groupCount[bestIndex]++;
278 if (groupCount[i] > 0) {
279 center[i].latRad = groupSum[i].latRad / groupCount[i];
280 center[i].lngRad = groupSum[i].lngRad / groupCount[i];
295 if (groupCount[i] > 0) {
  /external/chromium_org/third_party/icu/source/common/
unames.c 85 * The groups table consists of one uint16_t groupCount followed by
86 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
692 uint16_t startGroupMSB, endGroupMSB, groupCount;
708 groupCount=*groups++;
709 groupLimit=groups+groupCount*GROUP_LENGTH;
    [all...]
  /external/icu4c/common/
unames.cpp 87 * The groups table consists of one uint16_t groupCount followed by
88 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
694 uint16_t startGroupMSB, endGroupMSB, groupCount;
722 groupCount=*groups++;
723 groupLimit=groups+groupCount*GROUP_LENGTH;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 391 milliseconds