Lines Matching refs:fIntervalPatterns
64 fIntervalPatterns(NULL)
66 fIntervalPatterns = initHash(status);
74 fIntervalPatterns(NULL)
124 fIntervalPatterns(NULL)
138 deleteHash(fIntervalPatterns);
139 fIntervalPatterns = initHash(status);
140 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status);
158 deleteHash(fIntervalPatterns);
159 fIntervalPatterns = NULL;
170 equal = fIntervalPatterns->equals(*(other.fIntervalPatterns));
186 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton);
218 fIntervalPatterns = initHash(err);
355 UnicodeString* patternsOfOneSkeleton = (UnicodeString*)(fIntervalPatterns->get(skeleton));
364 fIntervalPatterns->put(skeleton, patternsOfOneSkeleton, status);
473 while ( (elem = fIntervalPatterns->nextElement(pos)) != NULL ) {
584 delete fIntervalPatterns;