Home
last modified time | relevance | path

Searched refs:fCaptureName (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp75 fCaptureName = NULL; in RegexCompile()
93 delete fCaptureName; // Normally will be NULL, but can exist if pattern in ~RegexCompile()
439 fCaptureName = new UnicodeString(); in doParseActions()
440 if (fCaptureName == NULL) { in doParseActions()
446 fCaptureName->append(fC.fChar); in doParseActions()
491 if (fCaptureName != NULL) { in doParseActions()
493 …int32_t previousMapping = uhash_puti(fRXPat->fNamedCaptureMap, fCaptureName, groupNumber, fStatus); in doParseActions()
494 fCaptureName = NULL; // hash table takes ownership of the name (key) string. in doParseActions()
1321 U_ASSERT(fCaptureName == NULL); in doParseActions()
1322 fCaptureName = new UnicodeString; in doParseActions()
[all …]
Dregexcmp.h227 UnicodeString *fCaptureName; // Named Capture, the group name is built up variable