Lines Matching refs:patBundle
498 UResourceBundle *patBundle, *fieldBundle, *fBundle; in addCLDRData() local
547 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err); in addCLDRData()
549 rbPattern = ures_getNextUnicodeString(patBundle, &key, &err); in addCLDRData()
573 ures_close(patBundle); in addCLDRData()
576 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err); in addCLDRData()
580 rbPattern = ures_getNextUnicodeString(patBundle, &key, &err); in addCLDRData()
588 ures_close(patBundle); in addCLDRData()
595 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err); in addCLDRData()
596 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err); in addCLDRData()
599 ures_close(patBundle); in addCLDRData()
621 … patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err); in addCLDRData()
623 int32_t numberKeys = ures_getSize(patBundle); in addCLDRData()
629 ures_a_open(&aiter, patBundle, &err); in addCLDRData()
635 retPattern=ures_getNextString(patBundle, &len, &key, &err); in addCLDRData()
649 ures_close(patBundle); in addCLDRData()