Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h352 getNextString(UErrorCode& status);
364 getNextString(const char ** key,
/third_party/node/deps/icu-small/source/common/unicode/
Dresbund.h352 getNextString(UErrorCode& status);
364 getNextString(const char ** key,
/third_party/icu/icu4c/source/common/unicode/
Dresbund.h352 getNextString(UErrorCode& status);
364 getNextString(const char ** key,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h349 getNextString(UErrorCode& status);
361 getNextString(const char ** key,
/third_party/node/deps/icu-small/source/common/
Dresbund.cpp312 UnicodeString ResourceBundle::getNextString(UErrorCode& status) { in getNextString() function in ResourceBundle
318 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() function in ResourceBundle
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresbund.cpp311 UnicodeString ResourceBundle::getNextString(UErrorCode& status) { in getNextString() function in ResourceBundle
317 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() function in ResourceBundle
/third_party/skia/third_party/externals/icu/source/common/
Dresbund.cpp312 UnicodeString ResourceBundle::getNextString(UErrorCode& status) { in getNextString() function in ResourceBundle
318 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() function in ResourceBundle
/third_party/icu/icu4c/source/common/
Dresbund.cpp312 UnicodeString ResourceBundle::getNextString(UErrorCode& status) { in getNextString() function in ResourceBundle
318 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() function in ResourceBundle
/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp397 UnicodeString got=bundle.getNextString(err); in TestIteration()
408 got=rowbundle.getNextString(err); in TestIteration()
813 CONFIRM_EQ(array.getNextString(status),expected_string); in testTag()
899 CONFIRM_EQ(tablerow.getNextString(status),expected_string); in testTag()
973 UnicodeString value=tagelement.getNextString(status); in testTag()
986 UnicodeString value=tagelement.getNextString(&tkey, status); in testTag()
/third_party/sqlite/src/
Dsqlite3.c178692 static int getNextString(
178906 return getNextString(pParse, &zInput[1], ii-1, ppExpr);