HomeSort by relevance Sort by last modified time
    Searched refs:unext (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/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>
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/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/chromium_org/third_party/icu/source/common/
ustrenum.cpp 60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration
190 return THIS(en)->unext(resultLength, *ec);
  /external/chromium_org/third_party/opus/src/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/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
199 return THIS(en)->unext(resultLength, *ec);
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 515 const UChar *s = iter.unext(NULL, ec);
516 if (!assertSuccess("unext", ec) || s == NULL)
ustrtest.cpp     [all...]
calregts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 517 const UChar *s = iter.unext(NULL, ec);
518 if (!assertSuccess("unext", ec) || s == NULL)
ustrtest.cpp     [all...]
calregts.cpp     [all...]
caltest.cpp 620 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
627 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\"");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp     [all...]

Completed in 1266 milliseconds