Searched refs:fCaptureName (Results 1 – 2 of 2) sorted by relevance
73 fCaptureName = NULL; in RegexCompile()90 delete fCaptureName; // Normally will be NULL, but can exist if pattern in ~RegexCompile()436 fCaptureName = new UnicodeString(); in doParseActions()437 if (fCaptureName == NULL) { in doParseActions()443 fCaptureName->append(fC.fChar); in doParseActions()488 if (fCaptureName != NULL) { in doParseActions()490 …int32_t previousMapping = uhash_puti(fRXPat->fNamedCaptureMap, fCaptureName, groupNumber, fStatus); in doParseActions()491 fCaptureName = NULL; // hash table takes ownership of the name (key) string. in doParseActions()1318 U_ASSERT(fCaptureName == NULL); in doParseActions()1319 fCaptureName = new UnicodeString; in doParseActions()[all …]
224 UnicodeString *fCaptureName; // Named Capture, the group name is built up variable