HomeSort by relevance Sort by last modified time
    Searched defs:groupCount (Results 1 - 18 of 18) 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 248 matchOffsets = new int[(groupCount() + 1) * 2];
458 * the group, ranging from 0 to groupCount() - 1, with 0
474 * the group, ranging from 0 to groupCount() - 1, with 0
524 public int groupCount() {
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
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/icu4c/i18n/
regexcmp.cpp 283 int32_t groupCount = fRXPat->fGroupMap->size();
284 while (n <= groupCount) {
    [all...]
rematch.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 641 int32_t RegexMatcher::groupCount() const {
    [all...]
  /external/chromium/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
695 uint16_t startGroupMSB, endGroupMSB, groupCount;
711 groupCount=*groups++;
712 groupLimit=groups+groupCount*GROUP_LENGTH;
    [all...]
  /external/icu4c/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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 119 milliseconds