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 635 * returned via groupLength.
647 * @param groupLength The group length of the desired capture group.
659 int64_t *groupLength,
    [all...]
  /external/icu4c/i18n/
uregex.cpp 700 int64_t *groupLength,
708 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status);
    [all...]

Completed in 371 milliseconds