Searched refs:bundleType (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Drestsnew.cpp738 UResType bundleType=array.getType(); local
739 CONFIRM_EQ(bundleType, URES_ARRAY);
813 UResType bundleType=array2d.getType(); local
814 CONFIRM_EQ(bundleType, URES_ARRAY);
900 UResType bundleType=tags.getType(); local
901 CONFIRM_EQ(bundleType, URES_TABLE);
/external/icu4c/test/intltest/
H A Drestsnew.cpp743 UResType bundleType=array.getType(); local
744 CONFIRM_EQ(bundleType, URES_ARRAY);
818 UResType bundleType=array2d.getType(); local
819 CONFIRM_EQ(bundleType, URES_ARRAY);
905 UResType bundleType=tags.getType(); local
906 CONFIRM_EQ(bundleType, URES_TABLE);
/external/chromium/third_party/icu/source/tools/genrb/
H A Dparse.c1828 enum EResourceType bundleType; local
1854 bundleType=parseResourceType(status);
1856 if(isTable(bundleType))
1872 bundleType=RT_TABLE;
1878 bundleType=RT_UNKNOWN;
1889 if(bundleType==RT_TABLE_NO_FALLBACK) {
/external/icu4c/tools/genrb/
H A Dparse.c1831 enum EResourceType bundleType; local
1857 bundleType=parseResourceType(status);
1859 if(isTable(bundleType))
1875 bundleType=RT_TABLE;
1881 bundleType=RT_UNKNOWN;
1892 if(bundleType==RT_TABLE_NO_FALLBACK) {
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcreststn.c1911 UResType bundleType=ures_getType(tags); local
1912 CONFIRM_INT_EQ(bundleType, URES_TABLE);
/external/icu4c/test/cintltst/
H A Dcreststn.c1920 UResType bundleType=ures_getType(tags); local
1921 CONFIRM_INT_EQ(bundleType, URES_TABLE);

Completed in 39 milliseconds