Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1832 UResourceBundle *tableRow=NULL; in testTag() local
1833 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1837 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag()
1838 column_count=ures_getSize(tableRow); in testTag()
1848 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag()
1855 ures_close(tableRow); in testTag()
1875 UResourceBundle *tableRow=NULL; in testTag() local
1876 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1879 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag()
1884 ures_close(tableRow); in testTag()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java877 …for (int tableRow = state;; tableRow++) { // loop over the state table rows associated with this s… in parse()
878 tableEl = RBBIRuleParseTable.gRuleParseStateTable[tableRow]; in parse()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java878 …for (int tableRow = state;; tableRow++) { // loop over the state table rows associated with this s… in parse()
879 tableEl = RBBIRuleParseTable.gRuleParseStateTable[tableRow]; in parse()