Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c2474 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2484 length=u_shapeArabic(source, -1, in doArabicShapingTest()
2494 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2504 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2514 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2524 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2534 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2543 length=u_shapeArabic(source, 0, in doArabicShapingTest()
2553 length=u_shapeArabic(source, UPRV_LENGTHOF(source), in doArabicShapingTest()
2564 length=u_shapeArabic(NULL, UPRV_LENGTHOF(source), in doArabicShapingTest()
[all …]
/external/icu/libandroidicu/include/unicode/
Dushape.h102 u_shapeArabic(const UChar *source, int32_t sourceLength,
Durename.h339 #define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) macro
/external/icu/icu4c/source/common/unicode/
Dushape.h102 u_shapeArabic(const UChar *source, int32_t sourceLength,
Durename.h339 #define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) macro
/external/icu/icu4c/source/common/
Dubiditransform.cpp259 *pTransform->pDestLength = u_shapeArabic(pTransform->src, in doShape()
Dushape.cpp1421 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic() function
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp188 length = u_shapeArabic(src, -1, dst, UPRV_LENGTHOF(dst), in doTailTest()
205 length = u_shapeArabic(src, -1, dst, UPRV_LENGTHOF(dst), in doTailTest()
/external/icu/libandroidicu/static_shim/
Dshim.cpp353 return u_shapeArabic(source, sourceLength, dest, destSize, options, pErrorCode); in u_shapeArabic_android()