Searched refs:group_len (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_groupfile.c95 apr_size_t group_len; local
112 group_len = strlen(group_name);
114 while (group_len && apr_isspace(*(group_name + group_len - 1))) {
115 --group_len;
121 apr_table_setn(grps, apr_pstrmemdup(p, group_name, group_len),
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h856 * @param group_len A reference to receive the length of the desired capture group
865 virtual UText *group(UText *dest, int64_t &group_len, UErrorCode &status) const;
873 * @param group_len A reference to receive the length of the desired capture group
882 virtual UText *group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1785 int64_t group_len; local
1792 actual = uregex_groupUText(re, 0, NULL, &group_len, &status);
1797 /* len16 = utext_extract(actual, nativeIndex, nativeIndex + group_len, NULL, 0, &shallowStatus); */
1798 len16 = (int32_t)group_len;
1801 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp1115 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { argument
1116 return group(0, dest, group_len, status);
1120 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { argument
1121 group_len = 0;
1154 group_len = e - s;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp2031 int64_t group_len; local
2032 result = matcher->group((UText *)NULL, group_len, status);
2036 result = matcher->group(0, &destText, group_len, status);

Completed in 201 milliseconds