Home | History | Annotate | Download | only in test

Lines Matching defs:INFO

28  * Info and one TestData sub-resources. The Info describes the data module
32 * The test data is a named table resource which has Info, Settings, Headers,
37 * Info:table {}
40 * Info:table{}
65 private static final String INFO = "Info";
75 UResourceBundle info;
83 info = getFromTable(res, INFO, UResourceBundle.TABLE);
88 defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
99 return new UTableResource(info);
289 private UResourceBundle info;
315 info = getFromTable(res, INFO, UResourceBundle.TABLE);
327 return info == null ? null : new UTableResource(info);