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 224 UnicodeString *fCaptureName; // Named Capture, the group name is built up
regexcmp.cpp 73 fCaptureName = NULL;
90 delete fCaptureName; // Normally will be NULL, but can exist if pattern
436 fCaptureName = new UnicodeString();
437 if (fCaptureName == NULL) {
443 fCaptureName->append(fC.fChar);
488 if (fCaptureName != NULL) {
490 int32_t previousMapping = uhash_puti(fRXPat->fNamedCaptureMap, fCaptureName, groupNumber, fStatus);
491 fCaptureName = NULL; // hash table takes ownership of the name (key) string.
    [all...]

Completed in 37 milliseconds