Home | History | Annotate | Download | only in intltest

Lines Matching refs:tablerow

825                 ResourceBundle tablerow=array2d.get(row, status);
829 UResType rowType=tablerow.getType();
832 column_count=tablerow.getSize();
840 CONFIRM_EQ(tablerow.getNextString(status),expected_string);
863 ResourceBundle tablerow=array2d.get(row, status);
865 UnicodeString t=tablerow.getStringEx(col, status);