Home
last modified time | relevance | path

Searched refs:u_shapeArabic (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c2467 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2477 length=u_shapeArabic(source, -1, in doArabicShapingTest()
2487 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2497 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2507 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2517 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2527 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2536 length=u_shapeArabic(source, 0, in doArabicShapingTest()
2546 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2557 length=u_shapeArabic(NULL, UPRV_LENGTHOF(source), in doArabicShapingTest()
[all …]
/external/icu/icu4c/source/common/unicode/
Dushape.h100 u_shapeArabic(const UChar *source, int32_t sourceLength,
Durename.h338 #define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) macro
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp237 length = u_shapeArabic(src, -1, dst, UPRV_LENGTHOF(dst), in doTailTest()
254 length = u_shapeArabic(src, -1, dst, UPRV_LENGTHOF(dst), in doTailTest()
/external/icu/icu4c/source/common/
Dushape.cpp1421 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic() function