/external/icu/icu4c/source/common/unicode/ |
strenum.h | 48 * <p>The pointers returned by next, unext, and snext become invalid 50 * unext, snext, or reset.</p> 110 * to next, unext, snext, reset, or the enumerator's destructor.</p> 142 * to next, unext, snext, reset, or the enumerator's destructor.</p> 156 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status); 164 * to next, unext, snext, reset, or the enumerator's destructor.</p> 185 * <p>Previous pointers returned by next, unext, or snext become
|
/external/libopus/celt/ |
cwrs.c | 548 static OPUS_INLINE void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ function 596 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); 660 unext(_u,_k+2,0);
|
/external/icu/icu4c/source/common/ |
ustrenum.cpp | 62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration 217 return THIS(en)->unext(resultLength, *ec);
|
/external/icu/icu4c/source/test/intltest/ |
svccoll.cpp | 522 const UChar *s = iter.unext(NULL, ec); 523 if (!assertSuccess("unext", ec) || s == NULL)
|
ustrtest.cpp | [all...] |
calregts.cpp | [all...] |
caltest.cpp | 640 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { 647 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\""); [all...] |