Searched refs:LAMALEF_SPACE_SUB (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ArabicShaping.java | 524 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 569 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | ushape.cpp | 66 #define LAMALEF_SPACE_SUB 0xFFFF macro 763 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 796 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces() 823 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 863 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 1269 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ushape.cpp | 66 #define LAMALEF_SPACE_SUB 0xFFFF macro 763 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 796 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces() 823 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 863 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 1269 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ushape.cpp | 66 #define LAMALEF_SPACE_SUB 0xFFFF macro 763 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 796 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces() 823 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 863 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 1269 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()
|
/third_party/icu/icu4c/source/common/ |
D | ushape.cpp | 66 #define LAMALEF_SPACE_SUB 0xFFFF macro 763 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 796 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces() 823 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 863 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces() 1269 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()
|