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

/external/chromium/third_party/icu/source/i18n/
H A Dnortrans.cpp164 length = unorm_next(&iter, buffer, output.getCapacity(),
175 length = unorm_next(&iter, buffer, output.getCapacity(),
/external/chromium/third_party/icu/public/common/unicode/
H A Dunorm.h395 unorm_next(UCharIterator *src,
403 * This function (together with unorm_next) is somewhat
405 * For all details see unorm_next.
422 * @see unorm_next
446 * this function will use unorm_next() and unorm_previous()
466 * @see unorm_next
H A Durename.h1028 #define unorm_next unorm_next_4_2 macro
/external/icu4c/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.h1089 #define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) macro
/external/webkit/JavaScriptCore/icu/unicode/
H A Dunorm.h394 unorm_next(UCharIterator *src,
402 * This function (together with unorm_next) is somewhat
404 * For all details see unorm_next.
421 * @see unorm_next
445 * this function will use unorm_next() and unorm_previous()
465 * @see unorm_next
H A Durename.h850 #define unorm_next unorm_next_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Dunorm.h394 unorm_next(UCharIterator *src,
402 * This function (together with unorm_next) is somewhat
404 * For all details see unorm_next.
421 * @see unorm_next
445 * this function will use unorm_next() and unorm_previous()
465 * @see unorm_next
H A Durename.h850 #define unorm_next unorm_next_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Dunorm.h394 unorm_next(UCharIterator *src,
402 * This function (together with unorm_next) is somewhat
404 * For all details see unorm_next.
421 * @see unorm_next
445 * this function will use unorm_next() and unorm_previous()
465 * @see unorm_next
H A Durename.h850 #define unorm_next unorm_next_3_2 macro
/external/sqlite/android/
H A DPhonebookIndex.cpp133 int32_t len = unorm_next(iter, out, size, UNORM_NFD,
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcnormtst.c1087 length=unorm_next(iter,
1270 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1274 log_err("error unorm_next(without needed) %s\n", u_errorName(errorCode));
1281 length=unorm_next(&iter, NULL, 0,
1285 log_err("error unorm_next(pure preflighting) %s\n", u_errorName(errorCode));
1293 length=unorm_next(&iter, buffer, 1,
1297 log_err("error unorm_next(preflighting) %s\n", u_errorName(errorCode));
1306 length=unorm_next(NULL, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1310 log_err("error unorm_next(no iterator) %s\n", u_errorName(errorCode));
1318 length=unorm_next(
[all...]
/external/icu4c/test/cintltst/
H A Dcnormtst.c1086 length=unorm_next(iter,
1269 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1273 log_data_err("error unorm_next(without needed) %s - (Are you missing data?)\n", u_errorName(errorCode));
1280 length=unorm_next(&iter, NULL, 0,
1284 log_err("error unorm_next(pure preflighting) %s\n", u_errorName(errorCode));
1292 length=unorm_next(&iter, buffer, 1,
1296 log_err("error unorm_next(preflighting) %s\n", u_errorName(errorCode));
1305 length=unorm_next(NULL, buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
1309 log_err("error unorm_next(no iterator) %s\n", u_errorName(errorCode));
1317 length=unorm_next(
[all...]
/external/chromium/third_party/icu/source/common/
H A Dnormlzr.cpp553 length=unorm_next(text, p, buffer.getCapacity(),
562 length=unorm_next(text, p, buffer.getCapacity(),
H A Dunorm_it.c218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
237 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
H A Dunorm.cpp3769 unorm_next(UCharIterator *src, function
3985 rightBoundary=unorm_next(&iter, buffer+bufferLength, bufferCapacity-bufferLength,
/external/icu4c/common/
H A Dunorm_it.c218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
237 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
H A Dunorm.cpp563 unorm_next(UCharIterator *src, function
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h850 #define unorm_next unorm_next_3_2 macro

Completed in 232 milliseconds