Searched refs:uenum_unext (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duenum.h44 * 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
H A Durename.h922 #define uenum_unext U_ICU_ENTRY_POINT_RENAME(uenum_unext) macro
/external/icu/icu4c/source/common/unicode/
H A Duenum.h44 * 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
H A Durename.h871 #define uenum_unext U_ICU_ENTRY_POINT_RENAME(uenum_unext) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duenumtst.c216 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(
[all...]
H A Dudatpg_test.c311 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
324 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
H A Dstdnmtst.c246 const UChar *enumName = uenum_unext(myEnum, &len, &err);
H A Dutransts.c200 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);
/external/icu/icu4c/source/test/cintltst/
H A Duenumtst.c216 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(
[all...]
H A Dudatpg_test.c311 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
324 while ( (s=uenum_unext(en, &length, &errorCode))!= NULL) {
H A Dstdnmtst.c246 const UChar *enumName = uenum_unext(myEnum, &len, &err);
H A Dutransts.c203 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/chromium_org/third_party/icu/source/common/
H A Duenum.c85 /* Don't call this directly. Only uenum_unext should be calling this. */
139 uenum_unext(UEnumeration* en, function
H A Dlocutil.cpp233 const UChar* id = uenum_unext(uenum, NULL, &status);
H A Dustrenum.cpp152 const UChar* str = uenum_unext(uenum, &length, &status);
/external/icu/icu4c/source/common/
H A Duenum.c85 /* Don't call this directly. Only uenum_unext should be calling this. */
139 uenum_unext(UEnumeration* en, function
H A Dlocutil.cpp233 const UChar* id = uenum_unext(uenum, NULL, &status);
H A Dustrenum.cpp152 const UChar* str = uenum_unext(uenum, &length, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1765 // test the uenum_unext()
1769 pu=uenum_unext(uten, &length, &status);
1772 errln("File %s, Line %d, uenum_unext(%d) failed", __FILE__, __LINE__, i);
1776 if(uenum_unext(uten, &length, &status)!=NULL) {
1777 errln("File %s, Line %d, uenum_unext(done)!=NULL" __FILE__, __LINE__);
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1765 // test the uenum_unext()
1769 pu=uenum_unext(uten, &length, &status);
1772 errln("File %s, Line %d, uenum_unext(%d) failed", __FILE__, __LINE__, i);
1776 if(uenum_unext(uten, &length, &status)!=NULL) {
1777 errln("File %s, Line %d, uenum_unext(done)!=NULL" __FILE__, __LINE__);

Completed in 239 milliseconds