Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java524 private static final char LAMALEF_SPACE_SUB = '\uffff'; field in ArabicShaping
1264 if (dest[i] == LAMALEF_SPACE_SUB) { in handleGeneratedSpaces()
1272 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1284 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1308 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1331 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java569 private static final char LAMALEF_SPACE_SUB = '\uffff'; field in ArabicShaping
1312 if (dest[i] == LAMALEF_SPACE_SUB) { in handleGeneratedSpaces()
1320 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1332 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1356 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1379 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
/external/icu/icu4c/source/common/
Dushape.cpp66 #define LAMALEF_SPACE_SUB 0xFFFF macro
765 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
798 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces()
825 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
865 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
1271 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()