/third_party/icu/icu4c/source/common/unicode/ |
H A D | strenum.h | 52 * <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 D | strenum.h | 52 * <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 D | strenum.h | 52 * <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 D | ustrenum.cpp | 62 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 D | ustrenum.cpp | 62 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 D | ustrenum.cpp | 62 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 D | svccoll.cpp | 522 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration() 523 if (!assertSuccess("unext", ec) || s == NULL) in checkStringEnumeration()
|
H A D | ustrtest.cpp | 1741 // 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 D | caltest.cpp | 657 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI() 664 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\""); in TestGenericAPI()
|
H A D | calregts.cpp | 2701 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd() 2703 errln("FAIL: StringEnumeration::unext"); in TestTimeZoneTransitionAdd()
|