Searched refs:unorm_next (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h380 unorm_next(UCharIterator *src,
388 * This function (together with unorm_next) is somewhat
390 * For all details see unorm_next.
407 * @see unorm_next
431 * this function will use unorm_next() and unorm_previous()
451 * @see unorm_next
H A Durename.h1148 #define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) macro
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h380 unorm_next(UCharIterator *src,
388 * This function (together with unorm_next) is somewhat
390 * For all details see unorm_next.
407 * @see unorm_next
431 * this function will use unorm_next() and unorm_previous()
451 * @see unorm_next
H A Durename.h1096 #define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c1058 length=unorm_next(iter,
1241 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1245 log_data_err("error unorm_next(without needed) %s - (Are you missing data?)\n", u_errorName(errorCode));
1252 length=unorm_next(&iter, NULL, 0,
1256 log_err("error unorm_next(pure preflighting) %s\n", u_errorName(errorCode));
1264 length=unorm_next(&iter, buffer, 1,
1268 log_err("error unorm_next(preflighting) %s\n", u_errorName(errorCode));
1277 length=unorm_next(NULL, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1281 log_err("error unorm_next(no iterator) %s\n", u_errorName(errorCode));
1289 length=unorm_next(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c1058 length=unorm_next(iter,
1241 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1245 log_data_err("error unorm_next(without needed) %s - (Are you missing data?)\n", u_errorName(errorCode));
1252 length=unorm_next(&iter, NULL, 0,
1256 log_err("error unorm_next(pure preflighting) %s\n", u_errorName(errorCode));
1264 length=unorm_next(&iter, buffer, 1,
1268 log_err("error unorm_next(preflighting) %s\n", u_errorName(errorCode));
1277 length=unorm_next(NULL, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1281 log_err("error unorm_next(no iterator) %s\n", u_errorName(errorCode));
1289 length=unorm_next(
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunorm_it.c219 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
238 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
H A Dunorm.cpp210 unorm_next(UCharIterator *src, function
/external/icu/icu4c/source/common/
H A Dunorm.cpp210 unorm_next(UCharIterator *src, function

Completed in 229 milliseconds