Lines Matching refs:patBundle
512 UResourceBundle *patBundle, *fieldBundle, *fBundle; in addCLDRData() local
561 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err); in addCLDRData()
563 rbPattern = ures_getNextUnicodeString(patBundle, &key, &err); in addCLDRData()
587 ures_close(patBundle); in addCLDRData()
590 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err); in addCLDRData()
594 rbPattern = ures_getNextUnicodeString(patBundle, &key, &err); in addCLDRData()
602 ures_close(patBundle); in addCLDRData()
609 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err); in addCLDRData()
610 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err); in addCLDRData()
613 ures_close(patBundle); in addCLDRData()
636 … patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err); in addCLDRData()
638 int32_t numberKeys = ures_getSize(patBundle); in addCLDRData()
644 ures_a_open(&aiter, patBundle, &err); in addCLDRData()
650 retPattern=ures_getNextString(patBundle, &len, &key, &err); in addCLDRData()
664 ures_close(patBundle); in addCLDRData()