Home
last modified time | relevance | path

Searched refs:DESHAPE_MODE (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java535 private static final int DESHAPE_MODE = 1; field in ArabicShaping
1784 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java580 private static final int DESHAPE_MODE = 1; field in ArabicShaping
1832 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
/external/icu/icu4c/source/common/
Dushape.cpp78 #define DESHAPE_MODE 1 macro
1411 …destSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVar… in deShapeUnicode()