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

  /external/icu/icu4c/source/common/unicode/
uenum.h 44 * returned by uenum_unext() or uenum_next() is invalid.
104 * uenum_next() or uenum_unext(). When all strings have been
109 uenum_unext(UEnumeration* en,
137 * uenum_next() or uenum_unext(). When all strings have been
urename.h 888 #define uenum_unext macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 216 while ((uString = uenum_unext(en, &len, &status))) {
236 if (uenum_unext(emptyEnum, NULL, &status) != NULL || status != U_UNSUPPORTED_ERROR) {
237 log_err("uenum_unext failed\n");
251 if (uenum_unext(NULL, NULL, &status) != NULL || status != U_ZERO_ERROR) {
252 log_err("uenum_unext(NULL) failed\n");
263 if (uenum_unext(emptyEnum, NULL, &status) != NULL || status != U_UNSUPPORTED_ERROR) {
264 log_err("partial uenum_unext failed\n");
283 while ((uString = uenum_unext(en, &len, &status))) {
287 log_err("FAIL: uenum_unext => %s\n", u_errorName(status));
360 const UChar *ustr = uenum_unext(u,&len, &status)
    [all...]
udatpg_test.c 311 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
324 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
stdnmtst.c 246 const UChar *enumName = uenum_unext(myEnum, &len, &err);
utransts.c 203 id=uenum_unext(uenum, &idLength, &errorCode);
205 log_err("uenum_unext(transliterator ID %d) failed - %s\n", count, u_errorName(errorCode));
239 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
  /external/icu/icu4c/source/common/
uenum.c 85 /* Don't call this directly. Only uenum_unext should be calling this. */
139 uenum_unext(UEnumeration* en, function
locutil.cpp 232 const UChar* id = uenum_unext(uenum, NULL, &status);
ustrenum.cpp 168 const UChar* str = uenum_unext(uenum, &length, &status);
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]

Completed in 371 milliseconds