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

/external/icu4c/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>
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
/external/quake/quake/src/QW/client/
H A Dd_sprite.c266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
301 unext = pnext->u;
302 if (unext < r_refdef.fvrectx_adj)
303 unext = r_refdef.fvrectx_adj;
304 if (unext > r_refdef.fvrectright_adj)
305 unext = r_refdef.fvrectright_adj;
307 du = unext - uvert;
/external/quake/quake/src/WinQuake/
H A Dd_sprite.cpp266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
301 unext = pnext->u;
302 if (unext < r_refdef.fvrectx_adj)
303 unext = r_refdef.fvrectx_adj;
304 if (unext > r_refdef.fvrectright_adj)
305 unext = r_refdef.fvrectright_adj;
307 du = unext - uvert;
/external/icu4c/common/
H A Dustrenum.cpp60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration
191 return THIS(en)->unext(resultLength, *ec);
/external/icu4c/test/intltest/
H A Dsvccoll.cpp515 const UChar *s = iter.unext(NULL, ec);
516 if (!assertSuccess("unext", ec) || s == NULL)
H A Dustrtest.cpp1694 // test the unext() default implementation
1698 pu=ten.unext(&length, status);
1701 errln("StringEnumeration.unext(%d) failed", i);
1705 if(ten.unext(&length, status)!=NULL) {
1706 errln("StringEnumeration.unext(done)!=NULL");
H A Dcalregts.cpp2599 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) {
2601 errln("FAIL: StringEnumeration::unext");
/external/icu4c/i18n/
H A Dzstrfmt.cpp1208 while ((tzid = tzids->unext(NULL, status))) {

Completed in 846 milliseconds