Searched refs:fCaptureName (Results 1 – 2 of 2) sorted by relevance
76 fCaptureName = NULL; in RegexCompile()94 delete fCaptureName; // Normally will be NULL, but can exist if pattern in ~RegexCompile()440 fCaptureName = new UnicodeString(); in doParseActions()441 if (fCaptureName == NULL) { in doParseActions()447 fCaptureName->append(fC.fChar); in doParseActions()492 if (fCaptureName != NULL) { in doParseActions()494 …int32_t previousMapping = uhash_puti(fRXPat->fNamedCaptureMap, fCaptureName, groupNumber, fStatus); in doParseActions()495 fCaptureName = NULL; // hash table takes ownership of the name (key) string. in doParseActions()1322 U_ASSERT(fCaptureName == NULL); in doParseActions()1323 fCaptureName = new UnicodeString; in doParseActions()[all …]
227 UnicodeString *fCaptureName; // Named Capture, the group name is built up variable