Searched refs:groupCount (Results 1 - 19 of 19) sorted by relevance

/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js35 var groupCount = 0;
59 var idxStr = "_" + groupCount + "_" + cellCount;
108 CellsInfo[groupCount] = [];
111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,
115 groupCount += newGroupCreated ? 1 : 0;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_icu.cc146 if (group_index > matcher->groupCount()) {
173 if (matcher->groupCount() > 0 && matched_string) {
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DWildcard.java51 this.count = this.pattern.matcher("foo").groupCount();
/external/chromium_org/third_party/icu/source/common/
H A Dunames.c85 * 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; local
708 groupCount=*groups++;
709 groupLimit=groups+groupCount*GROUP_LENGTH;
1363 int32_t groupCount, lineNumber, length; local
1371 groupCount=*group++;
1374 while(groupCount>0) {
1411 --groupCount;
/external/icu/icu4c/source/common/
H A Dunames.cpp90 * The groups table consists of one uint16_t groupCount followed by
91 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
671 uint16_t startGroupMSB, endGroupMSB, groupCount; local
699 groupCount=*groups++;
700 groupLimit=groups+groupCount*GROUP_LENGTH;
1354 int32_t groupCount, lineNumber, length; local
1362 groupCount=*group++;
1365 while(groupCount>0) {
1402 --groupCount;
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_dir_url_request_job_unittest.cc249 EXPECT_EQ(5, match.groupCount());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h872 virtual int32_t groupCount() const;
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h848 virtual int32_t groupCount() const;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp794 // RegexMatcher::groupCount();
899 REGEX_ASSERT(matcher->groupCount() == 0);
1835 // RegexMatcher::groupCount();
2005 REGEX_ASSERT(matcher->groupCount() == 0);
3440 // matcher->groupCount does not include group 0, the entire match, hence the +1.
3466 for (i=0; i<=matcher->groupCount(); i++) {
3497 if ( matcher->groupCount()+1 < groupStarts.size()) {
3499 line, groupStarts.size()-1, matcher->groupCount());
3502 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) {
3504 line, groupStarts.size()-1, UTF8Matcher->groupCount());
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp901 // RegexMatcher::groupCount();
1006 REGEX_ASSERT(matcher->groupCount() == 0);
1977 // RegexMatcher::groupCount();
2147 REGEX_ASSERT(matcher->groupCount() == 0);
3598 // matcher->groupCount does not include group 0, the entire match, hence the +1.
3624 for (i=0; i<=matcher->groupCount(); i++) {
3655 if ( matcher->groupCount()+1 < groupStarts.size()) {
3657 line, groupStarts.size()-1, matcher->groupCount());
3660 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) {
3662 line, groupStarts.size()-1, UTF8Matcher->groupCount());
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp605 int32_t result = regexp->fMatcher->groupCount();
1775 int32_t numCaptureGroups = regexp->fMatcher->groupCount();
H A Dregexcmp.cpp284 int32_t groupCount = fRXPat->fGroupMap->size(); local
285 while (n <= groupCount) {
H A Drematch.cpp1350 // groupCount()
1353 int32_t RegexMatcher::groupCount() const { function in class:RegexMatcher
/external/icu/icu4c/source/i18n/
H A Duregex.cpp623 int32_t result = regexp->fMatcher->groupCount();
1801 int32_t numCaptureGroups = regexp->fMatcher->groupCount();
H A Dregexcmp.cpp292 int32_t groupCount = fRXPat->fGroupMap->size(); local
293 while (n <= groupCount) {
H A Drematch.cpp1329 // groupCount()
1332 int32_t RegexMatcher::groupCount() const { function in class:RegexMatcher
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java2666 int numOfGroups = prefixMatcher.groupCount();
2713 for (int i = 1, length = m.groupCount(); i <= length; i++) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 733 milliseconds