Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp842 ResourceBundle tablerow=array2d.get(row, status); in testTag() local
846 UResType rowType=tablerow.getType(); in testTag()
849 column_count=tablerow.getSize(); in testTag()
857 CONFIRM_EQ(tablerow.getNextString(status),expected_string); in testTag()
880 ResourceBundle tablerow=array2d.get(row, status); in testTag() local
882 UnicodeString t=tablerow.getStringEx(col, status); in testTag()