Searched refs:getNextString (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/unicode/ |
D | resbund.h | 347 getNextString(UErrorCode& status); 359 getNextString(const char ** key,
|
/external/icu4c/common/ |
D | resbund.cpp | 302 UnicodeString ResourceBundle::getNextString(UErrorCode& status) { in getNextString() function in ResourceBundle 308 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() function in ResourceBundle
|
/external/icu4c/test/intltest/ |
D | restsnew.cpp | 352 UnicodeString got=bundle.getNextString(err); in TestIteration() 363 got=rowbundle.getNextString(err); in TestIteration() 754 CONFIRM_EQ(array.getNextString(status),expected_string); in testTag() 840 CONFIRM_EQ(tablerow.getNextString(status),expected_string); in testTag() 914 UnicodeString value=tagelement.getNextString(status); in testTag() 927 UnicodeString value=tagelement.getNextString(&tkey, status); in testTag()
|
/external/sqlite/dist/ |
D | sqlite3.c | 112119 static int getNextString( 112341 return getNextString(pParse, &zInput[1], ii-1, ppExpr);
|
D | sqlite3.c.orig | 112088 static int getNextString( 112300 ** search for the closing quote and pass the whole string to getNextString() 112310 return getNextString(pParse, &zInput[1], ii-1, ppExpr);
|