Home
last modified time | relevance | path

Searched refs:tablerow (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp825 ResourceBundle tablerow=array2d.get(row, status); in testTag() local
829 UResType rowType=tablerow.getType(); in testTag()
832 column_count=tablerow.getSize(); in testTag()
840 CONFIRM_EQ(tablerow.getNextString(status),expected_string); in testTag()
863 ResourceBundle tablerow=array2d.get(row, status); in testTag() local
865 UnicodeString t=tablerow.getStringEx(col, status); in testTag()