开发者

android, moving from icu4j to icu4c

开发者 https://www.devze.com 2023-01-16 02:53 出处:网络
i have class used with android frameworks, it calls icu4j\'s Arabicshaping. now i\'v merged this class with another android branch that uses icu4c ( c implementation). but build process gives me error

i have class used with android frameworks, it calls icu4j's Arabicshaping. now i'v merged this class with another android branch that uses icu4c ( c implementation). but build process gives me error saying cannot find Arabicshaping...

searching in icu4c file开发者_运维知识库s shows me that it has both ArabicShaping.c and ushape.c

but i don't know how to call them from framewoks java code .

any idea? thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消