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 46 * returned by uenum_unext() or uenum_next() is invalid.
106 * uenum_next() or uenum_unext(). When all strings have been
111 uenum_unext(UEnumeration* en,
139 * uenum_next() or uenum_unext(). When all strings have been
urename.h 893 #define uenum_unext macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 218 while ((uString = uenum_unext(en, &len, &status))) {
238 if (uenum_unext(emptyEnum, NULL, &status) != NULL || status != U_UNSUPPORTED_ERROR) {
239 log_err("uenum_unext failed\n");
253 if (uenum_unext(NULL, NULL, &status) != NULL || status != U_ZERO_ERROR) {
254 log_err("uenum_unext(NULL) failed\n");
265 if (uenum_unext(emptyEnum, NULL, &status) != NULL || status != U_UNSUPPORTED_ERROR) {
266 log_err("partial uenum_unext failed\n");
285 while ((uString = uenum_unext(en, &len, &status))) {
289 log_err("FAIL: uenum_unext => %s\n", u_errorName(status));
362 const UChar *ustr = uenum_unext(u,&len, &status)
    [all...]
udatpg_test.c 314 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
327 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
stdnmtst.c 247 const UChar *enumName = uenum_unext(myEnum, &len, &err);
utransts.c 206 id=uenum_unext(uenum, &idLength, &errorCode);
208 log_err("uenum_unext(transliterator ID %d) failed - %s\n", count, u_errorName(errorCode));
242 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 87 /* Don't call this directly. Only uenum_unext should be calling this. */
141 uenum_unext(UEnumeration* en, function
locutil.cpp 234 const UChar* id = uenum_unext(uenum, NULL, &status);
ustrenum.cpp 170 const UChar* str = uenum_unext(uenum, &length, &status);
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]

Completed in 312 milliseconds