/external/icu4c/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));
|
udatpg_test.c | 288 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) { 301 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
|
utransts.c | 200 id=uenum_unext(uenum, &idLength, &errorCode); 202 log_err("uenum_unext(transliterator ID %d) failed - %s\n", count, u_errorName(errorCode)); 236 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
|
stdnmtst.c | 246 const UChar *enumName = uenum_unext(myEnum, &len, &err);
|
/external/icu4c/common/ |
uenumimp.h | 59 * Function type declaration for uenum_unext(). 121 /* called from uenum_unext */ 131 /* This is the default implementation for uenum_unext(). 133 * Don't call this directly. This is called internally by uenum_unext
|
uenum.c | 85 /* Don't call this directly. Only uenum_unext should be calling this. */ 139 uenum_unext(UEnumeration* en, function
|
locutil.cpp | 233 const UChar* id = uenum_unext(uenum, NULL, &status);
|
ustrenum.cpp | 144 const UChar* str = uenum_unext(uenum, &length, &status);
|
triedict.cpp | 211 while ((word = uenum_unext(words, &length, &status)) && U_SUCCESS(status)) { [all...] |
/external/icu4c/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 | 902 #define uenum_unext macro [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uenum.h | 34 * returned by uenum_unext() or uenum_next() is invalid. 75 * uenum_next() or uenum_unext(). When all strings have been 80 uenum_unext(UEnumeration* en, 108 * uenum_next() or uenum_unext(). When all strings have been
|
urename.h | 701 #define uenum_unext uenum_unext_3_2 macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uenum.h | 34 * returned by uenum_unext() or uenum_next() is invalid. 75 * uenum_next() or uenum_unext(). When all strings have been 80 uenum_unext(UEnumeration* en, 108 * uenum_next() or uenum_unext(). When all strings have been
|
urename.h | 701 #define uenum_unext uenum_unext_3_2 macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uenum.h | 34 * returned by uenum_unext() or uenum_next() is invalid. 75 * uenum_next() or uenum_unext(). When all strings have been 80 uenum_unext(UEnumeration* en, 108 * uenum_next() or uenum_unext(). When all strings have been
|
urename.h | 701 #define uenum_unext uenum_unext_3_2 macro [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 713 const UChar* operator()(int32_t* charCount) { return uenum_unext(e, charCount, status); } [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 701 #define uenum_unext uenum_unext_3_2 macro [all...] |