Lines Matching refs:fNamedCaptureMap
138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
148 uhash_puti(fNamedCaptureMap, key, val, &fDeferredStatus); in operator =()
181 fNamedCaptureMap = NULL; in init()
190 fNamedCaptureMap = uhash_open(uhash_hashUnicodeString, // Key hash function in init()
198 fInitialChars == NULL || fInitialChars8 == NULL || fNamedCaptureMap == NULL) { in init()
207 uhash_setKeyDeleter(fNamedCaptureMap, uprv_deleteUObject); in init()
245 uhash_close(fNamedCaptureMap); in zap()
246 fNamedCaptureMap = NULL; in zap()
617 int32_t number = uhash_geti(fNamedCaptureMap, &groupName); in groupNumberFromName()
865 if (uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
870 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()