Home
last modified time | relevance | path

Searched refs:unext (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dstrenum.h52 * <p>The pointers returned by next, unext, and snext become invalid
54 * unext, snext, or reset.</p>
111 * to next, unext, snext, reset, or the enumerator's destructor.</p>
143 * to next, unext, snext, reset, or the enumerator's destructor.</p>
157 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
165 * to next, unext, snext, reset, or the enumerator's destructor.</p>
186 * <p>Previous pointers returned by next, unext, or snext become
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstrenum.h52 * <p>The pointers returned by next, unext, and snext become invalid
54 * unext, snext, or reset.</p>
111 * to next, unext, snext, reset, or the enumerator's destructor.</p>
143 * to next, unext, snext, reset, or the enumerator's destructor.</p>
157 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
165 * to next, unext, snext, reset, or the enumerator's destructor.</p>
186 * <p>Previous pointers returned by next, unext, or snext become
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstrenum.h52 * <p>The pointers returned by next, unext, and snext become invalid
54 * unext, snext, or reset.</p>
111 * to next, unext, snext, reset, or the enumerator's destructor.</p>
143 * to next, unext, snext, reset, or the enumerator's destructor.</p>
157 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
165 * to next, unext, snext, reset, or the enumerator's destructor.</p>
186 * <p>Previous pointers returned by next, unext, or snext become
/third_party/icu/icu4c/source/common/
H A Dustrenum.cpp62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.cpp62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrenum.cpp62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
/third_party/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp522 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration()
523 if (!assertSuccess("unext", ec) || s == NULL) in checkStringEnumeration()
H A Dustrtest.cpp1741 // test the unext() default implementation in TestStringEnumeration()
1745 pu=ten.unext(&length, status); in TestStringEnumeration()
1748 errln("StringEnumeration.unext(%d) failed", i); in TestStringEnumeration()
1752 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
1753 errln("StringEnumeration.unext(done)!=NULL"); in TestStringEnumeration()
H A Dcaltest.cpp657 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()
664 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\""); in TestGenericAPI()
H A Dcalregts.cpp2701 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd()
2703 errln("FAIL: StringEnumeration::unext"); in TestTimeZoneTransitionAdd()

Completed in 17 milliseconds