Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcbiditst.c2323 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2333 length=u_shapeArabic(source, -1, in doArabicShapingTest()
2343 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2353 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2363 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2373 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2383 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2392 length=u_shapeArabic(source, 0, in doArabicShapingTest()
2402 length=u_shapeArabic(source, LENGTHOF(source), in doArabicShapingTest()
2413 length=u_shapeArabic(NULL, LENGTHOF(source), in doArabicShapingTest()
[all …]
/external/webkit/Source/WebCore/icu/unicode/
Dushape.h100 u_shapeArabic(const UChar *source, int32_t sourceLength,
Durename.h241 #define u_shapeArabic u_shapeArabic_3_2 macro
/external/icu4c/common/unicode/
Dushape.h101 u_shapeArabic(const UChar *source, int32_t sourceLength,
Durename.h346 #define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) macro
/external/icu4c/common/
Dushape.c1418 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic() function
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h241 #define u_shapeArabic u_shapeArabic_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h241 #define u_shapeArabic u_shapeArabic_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h241 #define u_shapeArabic u_shapeArabic_3_2 macro
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1439252 Added shapeArabic(), a private version of u_shapeArabic() from ICU,
39258 (WebCore::shapeArabic): Changed to call shapeArabic() instead of u_shapeArabic().