HomeSort by relevance Sort by last modified time
    Searched refs:DataModuleFormatError (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestDataModule.java 30 * @throws DataModuleFormatError
32 public TestData getTestData(String name) throws DataModuleFormatError;
41 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError {
46 public static class DataModuleFormatError extends Exception{
51 public DataModuleFormatError(String msg){
54 public DataModuleFormatError(String msg, Throwable cause){
57 public DataModuleFormatError(Throwable cause) {
ResourceModule.java 77 ResourceModule(String baseName, String localeName) throws DataModuleFormatError{
99 public TestData getTestData(String testName) throws DataModuleFormatError {
105 protected Object prepareNext(UResourceBundle nextRes) throws DataModuleFormatError {
152 } catch (DataModuleFormatError e) {
172 } catch (DataModuleFormatError e) {
190 abstract protected Object prepareNext(UResourceBundle nextRes) throws DataModuleFormatError;
227 static UResourceBundle getFromTable(UResourceBundle res, String key, int expResType) throws DataModuleFormatError{
231 static UResourceBundle getFromTable(UResourceBundle res, String key, int[] expResTypes) throws DataModuleFormatError{
241 throw new DataModuleFormatError(new UResourceTypeMismatchException("Actual type " + t.getType()
250 static String[] getStringArrayHelper(UResourceBundle res, String key) throws DataModuleFormatError{
    [all...]
ModuleTest.java 14 import com.ibm.icu.dev.test.TestDataModule.DataModuleFormatError;
85 } catch (DataModuleFormatError e) {
135 * @throws DataModuleFormatError
140 } catch (DataModuleFormatError e) {

Completed in 645 milliseconds