Home | History | Annotate | Download | only in intltest

Lines Matching full:array2d

810         ResourceBundle array2d=theBundle.get(tag, status);
812 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
818 UResType bundleType=array2d.getType();
821 row_count=array2d.getSize();
825 ResourceBundle tablerow=array2d.get(row, status);
861 ResourceBundle array2d=theBundle.get(tag, status);
863 ResourceBundle tablerow=array2d.get(row, status);