Lines Matching full: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);
376 UnicodeString* patternsOfOneSkeleton = (UnicodeString*)(fIntervalPatterns->get(skeleton));
385 fIntervalPatterns->put(skeleton, patternsOfOneSkeleton, status);
488 while ( (elem = fIntervalPatterns->nextElement(pos)) != NULL ) {
601 delete fIntervalPatterns;