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

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dstrenum.h46 * <p>The pointers returned by next, unext, and snext become invalid
48 * unext, snext, or reset.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
140 * to next, unext, snext, reset, or the enumerator's destructor.</p>
154 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
162 * to next, unext, snext, reset, or the enumerator's destructor.</p>
183 * <p>Previous pointers returned by next, unext, or snext become
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dstrenum.h46 * <p>The pointers returned by next, unext, and snext become invalid
48 * unext, snext, or reset.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
139 * to next, unext, snext, reset, or the enumerator's destructor.</p>
153 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
161 * to next, unext, snext, reset, or the enumerator's destructor.</p>
178 * <p>Previous pointers returned by next, unext, or snext become
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dstrenum.h46 * <p>The pointers returned by next, unext, and snext become invalid
48 * unext, snext, or reset.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
139 * to next, unext, snext, reset, or the enumerator's destructor.</p>
153 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
161 * to next, unext, snext, reset, or the enumerator's destructor.</p>
178 * <p>Previous pointers returned by next, unext, or snext become
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustrenum.cpp60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration
199 return THIS(en)->unext(resultLength, *ec);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsvccoll.cpp517 const UChar *s = iter.unext(NULL, ec);
518 if (!assertSuccess("unext", ec) || s == NULL)
H A Dustrtest.cpp1722 // test the unext() default implementation
1726 pu=ten.unext(&length, status);
1729 errln("StringEnumeration.unext(%d) failed", i);
1733 if(ten.unext(&length, status)!=NULL) {
1734 errln("StringEnumeration.unext(done)!=NULL");
H A Dcalregts.cpp2655 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) {
2657 errln("FAIL: StringEnumeration::unext");
H A Dcaltest.cpp620 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
627 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\"");

Completed in 185 milliseconds