Home | History | Annotate | Download | only in i18n

Lines Matching full:groupname

635                            const UChar        *groupName,
642 int32_t result = regexp->fPat->groupNumberFromName(UnicodeString(groupName, nameLength), *status);
648 const char *groupName,
655 return regexp->fPat->groupNumberFromName(groupName, nameLength, *status);
1494 UnicodeString groupName;
1505 groupName.append(c32);
1507 groupNum = uhash_geti(regexp->fPat->fNamedCaptureMap, &groupName);