Lines Matching refs:fNamedCaptureMap
142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
152 uhash_puti(fNamedCaptureMap, key, val, &fDeferredStatus); in operator =()
185 fNamedCaptureMap = NULL; in init()
194 fNamedCaptureMap = uhash_open(uhash_hashUnicodeString, // Key hash function in init()
202 fInitialChars == NULL || fInitialChars8 == NULL || fNamedCaptureMap == NULL) { in init()
211 uhash_setKeyDeleter(fNamedCaptureMap, uprv_deleteUObject); in init()
249 uhash_close(fNamedCaptureMap); in zap()
250 fNamedCaptureMap = NULL; in zap()
621 int32_t number = uhash_geti(fNamedCaptureMap, &groupName); in groupNumberFromName()
838 if (uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
843 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()