Searched defs:fall (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcreststn.c2766 UResourceBundle *r = NULL, *fall = NULL; local
2771 fall = ures_getByKeyWithFallback(r, "tag2", fall, &status);
2778 fall = ures_getByKeyWithFallback(r, "tag7", fall, &status);
2785 fall = ures_getByKeyWithFallback(r, "tag1", fall, &status);
2792 ures_close(fall);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2753 UResourceBundle *r = NULL, *fall = NULL; local
2758 fall = ures_getByKeyWithFallback(r, "tag2", fall, &status);
2765 fall = ures_getByKeyWithFallback(r, "tag7", fall, &status);
2772 fall = ures_getByKeyWithFallback(r, "tag1", fall, &status);
2779 ures_close(fall);

Completed in 197 milliseconds