Lines Matching refs:ures_getByKeyWithFallback
2457 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess()
2458 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess()
2459 t2 = ures_getByKeyWithFallback(t2, "DateTime", t2, &status); in TestDirectAccess()
2468 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess()
2469 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess()
2470 t2 = ures_getByKeyWithFallback(t2, "eras", t2, &status); in TestDirectAccess()
2478 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess()
2479 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess()
2480 t2 = ures_getByKeyWithFallback(t2, "DateTime", t2, &status); in TestDirectAccess()
2494 t = ures_getByKeyWithFallback(t, "calendar/islamic-civil/DateTime", t, &status); in TestTicket9804()
2501 t = ures_getByKeyWithFallback(t, "calendar/islamic-civil/eras", t, &status); in TestTicket9804()
2521 t = ures_getByKeyWithFallback(t, "calendar", t, &status); in TestJB3763()
2522 t = ures_getByKeyWithFallback(t, "gregorian", t, &status); in TestJB3763()
2523 t = ures_getByKeyWithFallback(t, "AmPmMarkers", t, &status); in TestJB3763()
2790 a = ures_getByKeyWithFallback(alias, resource, a, &status); in TestCLDRStyleAliases()
2815 fall = ures_getByKeyWithFallback(r, "tag2", fall, &status); in TestFallbackCodes()
2822 fall = ures_getByKeyWithFallback(r, "tag7", fall, &status); in TestFallbackCodes()
2829 fall = ures_getByKeyWithFallback(r, "tag1", fall, &status); in TestFallbackCodes()
2852 ures_getByKeyWithFallback(rb, "Types", &table, &errorCode); in TestStackReuse()
2853 ures_getByKeyWithFallback(&table, "collation", &table, &errorCode); in TestStackReuse()