/external/icu/icu4c/source/common/unicode/ |
strenum.h | 46 * <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
|
/external/libopus/celt/ |
cwrs.c | 537 static OPUS_INLINE void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ function 585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); 644 unext(_u,_k+2,0);
|
/external/icu/icu4c/source/common/ |
ustrenum.cpp | 60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration 215 return THIS(en)->unext(resultLength, *ec);
|
/external/icu/icu4c/source/test/intltest/ |
svccoll.cpp | 519 const UChar *s = iter.unext(NULL, ec); 520 if (!assertSuccess("unext", ec) || s == NULL)
|
ustrtest.cpp | [all...] |
calregts.cpp | [all...] |
caltest.cpp | 631 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { 638 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\""); [all...] |