Home
last modified time | relevance | path

Searched refs:shapeUnicode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dushape.c1178 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode() function
1587 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2); in u_shapeArabic()
1590 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1); in u_shapeArabic()
1600 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0); in u_shapeArabic()
/external/icu/icu4c/source/common/
Dushape.cpp1198 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode() function
1605 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars); in u_shapeArabic()
1608 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars); in u_shapeArabic()
1618 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars); in u_shapeArabic()