HomeSort by relevance Sort by last modified time
    Searched refs:groupLength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
uregex.h 639 * returned via groupLength.
651 * @param groupLength The group length of the desired capture group.
663 int64_t *groupLength,
    [all...]
  /external/icu4c/i18n/
uregex.cpp 699 int64_t *groupLength,
707 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status);
    [all...]

Completed in 386 milliseconds