Home
last modified time | relevance | path

Searched refs:SPACE_CHAR (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java529 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping
948 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()
960 if (dest[i] != SPACE_CHAR) { in countSpacesRight()
1221 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
1271 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
1292 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1299 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()
1340 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
1347 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()
1435 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java572 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping
994 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()
1006 if (dest[i] != SPACE_CHAR) { in countSpacesRight()
1263 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
1313 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
1334 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1341 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()
1382 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
1389 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()
1477 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()
[all …]
/external/icu/icu4c/source/common/
Dushape.cpp71 #define SPACE_CHAR 0x0020 macro
466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()
471 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
700 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
797 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
835 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
875 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
919 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
980 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1008 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...