Searched refs:startL2EN (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 3064 int startL2EN; /* start of level 2 sequence */ field in Bidi.LevState 3166 if (levState.startL2EN >= 0) { in processPropertySeq() 3167 addPoint(levState.startL2EN, LRM_BEFORE); in processPropertySeq() 3169 levState.startL2EN = -1; /* not within previous if since could also be -2 */ in processPropertySeq() 3206 levState.startL2EN = -1; in processPropertySeq() 3216 if (levState.startL2EN == -1) { /* if no relevant EN already found */ in processPropertySeq() 3221 if (levState.startL2EN >= 0) { /* after EN, no AN */ in processPropertySeq() 3222 addPoint(levState.startL2EN, LRM_BEFORE); in processPropertySeq() 3223 levState.startL2EN = -2; in processPropertySeq() 3230 if (levState.startL2EN == -1) { in processPropertySeq() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3098 int startL2EN; /* start of level 2 sequence */ field in Bidi.LevState 3200 if (levState.startL2EN >= 0) { in processPropertySeq() 3201 addPoint(levState.startL2EN, LRM_BEFORE); in processPropertySeq() 3203 levState.startL2EN = -1; /* not within previous if since could also be -2 */ in processPropertySeq() 3240 levState.startL2EN = -1; in processPropertySeq() 3250 if (levState.startL2EN == -1) { /* if no relevant EN already found */ in processPropertySeq() 3255 if (levState.startL2EN >= 0) { /* after EN, no AN */ in processPropertySeq() 3256 addPoint(levState.startL2EN, LRM_BEFORE); in processPropertySeq() 3257 levState.startL2EN = -2; in processPropertySeq() 3264 if (levState.startL2EN == -1) { in processPropertySeq() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1778 int32_t startL2EN; /* start of level 2 sequence */ member 1899 if (pLevState->startL2EN >= 0) { in processPropertySeq() 1900 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1902 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */ in processPropertySeq() 1945 pLevState->startL2EN=-1; in processPropertySeq() 1955 if (pLevState->startL2EN == -1) /* if no relevant EN already found */ in processPropertySeq() 1961 if (pLevState->startL2EN >= 0) /* after EN, no AN */ in processPropertySeq() 1963 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1964 pLevState->startL2EN=-2; in processPropertySeq() 1971 if (pLevState->startL2EN == -1) { in processPropertySeq() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1778 int32_t startL2EN; /* start of level 2 sequence */ member 1899 if (pLevState->startL2EN >= 0) { in processPropertySeq() 1900 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1902 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */ in processPropertySeq() 1945 pLevState->startL2EN=-1; in processPropertySeq() 1955 if (pLevState->startL2EN == -1) /* if no relevant EN already found */ in processPropertySeq() 1961 if (pLevState->startL2EN >= 0) /* after EN, no AN */ in processPropertySeq() 1963 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1964 pLevState->startL2EN=-2; in processPropertySeq() 1971 if (pLevState->startL2EN == -1) { in processPropertySeq() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1778 int32_t startL2EN; /* start of level 2 sequence */ member 1899 if (pLevState->startL2EN >= 0) { in processPropertySeq() 1900 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1902 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */ in processPropertySeq() 1945 pLevState->startL2EN=-1; in processPropertySeq() 1955 if (pLevState->startL2EN == -1) /* if no relevant EN already found */ in processPropertySeq() 1961 if (pLevState->startL2EN >= 0) /* after EN, no AN */ in processPropertySeq() 1963 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1964 pLevState->startL2EN=-2; in processPropertySeq() 1971 if (pLevState->startL2EN == -1) { in processPropertySeq() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1778 int32_t startL2EN; /* start of level 2 sequence */ member 1899 if (pLevState->startL2EN >= 0) { in processPropertySeq() 1900 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1902 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */ in processPropertySeq() 1945 pLevState->startL2EN=-1; in processPropertySeq() 1955 if (pLevState->startL2EN == -1) /* if no relevant EN already found */ in processPropertySeq() 1961 if (pLevState->startL2EN >= 0) /* after EN, no AN */ in processPropertySeq() 1963 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE); in processPropertySeq() 1964 pLevState->startL2EN=-2; in processPropertySeq() 1971 if (pLevState->startL2EN == -1) { in processPropertySeq() [all …]
|