Searched refs:unorm_next (Results 1 – 13 of 13) sorted by relevance
/external/sqlite/android/ |
D | PhonebookIndex.cpp | 133 int32_t len = unorm_next(iter, out, size, UNORM_NFD, in GetPhonebookIndex()
|
/external/icu4c/common/unicode/ |
D | unorm.h | 380 unorm_next(UCharIterator *src,
|
D | urename.h | 1118 #define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | unorm.h | 394 unorm_next(UCharIterator *src,
|
D | urename.h | 850 #define unorm_next unorm_next_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | unorm.h | 394 unorm_next(UCharIterator *src,
|
D | urename.h | 850 #define unorm_next unorm_next_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | unorm.h | 394 unorm_next(UCharIterator *src,
|
D | urename.h | 850 #define unorm_next unorm_next_3_2 macro
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1057 length=unorm_next(iter, in _testIter() 1240 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestNextPrevious() 1251 length=unorm_next(&iter, NULL, 0, in TestNextPrevious() 1263 length=unorm_next(&iter, buffer, 1, in TestNextPrevious() 1276 length=unorm_next(NULL, buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestNextPrevious() 1288 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestNextPrevious() 1300 length=unorm_next(&iter, buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestNextPrevious()
|
/external/icu4c/common/ |
D | unorm_it.c | 218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode); in readNext() 237 … room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode); in readNext()
|
D | unorm.cpp | 206 unorm_next(UCharIterator *src, in unorm_next() function
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 850 #define unorm_next unorm_next_3_2 macro
|