HomeSort by relevance Sort by last modified time
    Searched refs:fCaptureName (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
regexcmp.h 227 UnicodeString *fCaptureName; // Named Capture, the group name is built up
regexcmp.cpp 75 fCaptureName = NULL;
93 delete fCaptureName; // Normally will be NULL, but can exist if pattern
439 fCaptureName = new UnicodeString();
440 if (fCaptureName == NULL) {
446 fCaptureName->append(fC.fChar);
491 if (fCaptureName != NULL) {
493 int32_t previousMapping = uhash_puti(fRXPat->fNamedCaptureMap, fCaptureName, groupNumber, fStatus);
494 fCaptureName = NULL; // hash table takes ownership of the name (key) string.
    [all...]

Completed in 61 milliseconds