Searched refs:dirProp (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 1727 byte dirProp = (byte)getCustomizedClass(uchar); in firstL_R_AL() 1729 if (dirProp == L || dirProp == R || dirProp == AL) { in firstL_R_AL() 1730 result = dirProp; in firstL_R_AL() 1733 if (dirProp == B) { in firstL_R_AL() 1781 byte dirProp; in getDirProps() 1817 (dirProp = firstL_R_AL()) != ON) { /* with a strong character */ in getDirProps() 1818 if (dirProp == L) in getDirProps() 1843 dirProp = (byte)getCustomizedClass(uchar); in getDirProps() 1844 flags |= DirPropFlag(dirProp); in getDirProps() 1845 dirProps[i1] = dirProp; in getDirProps() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1761 byte dirProp = (byte)getCustomizedClass(uchar); in firstL_R_AL() 1763 if (dirProp == L || dirProp == R || dirProp == AL) { in firstL_R_AL() 1764 result = dirProp; in firstL_R_AL() 1767 if (dirProp == B) { in firstL_R_AL() 1815 byte dirProp; in getDirProps() 1851 (dirProp = firstL_R_AL()) != ON) { /* with a strong character */ in getDirProps() 1852 if (dirProp == L) in getDirProps() 1877 dirProp = (byte)getCustomizedClass(uchar); in getDirProps() 1878 flags |= DirPropFlag(dirProp); in getDirProps() 1879 dirProps[i1] = dirProp; in getDirProps() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 380 DirProp dirProp, result=ON; in firstL_R_AL() local 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 386 if(dirProp==L || dirProp==R || dirProp==AL) { in firstL_R_AL() 387 result=dirProp; in firstL_R_AL() 390 if(dirProp==B) { in firstL_R_AL() 435 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps() local 476 (dirProp=firstL_R_AL(pBiDi))!=ON) { /* with a strong character */ in getDirProps() 477 if(dirProp==L) in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 499 dirProps[i-1]=dirProp; in getDirProps() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 380 DirProp dirProp, result=ON; in firstL_R_AL() local 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 386 if(dirProp==L || dirProp==R || dirProp==AL) { in firstL_R_AL() 387 result=dirProp; in firstL_R_AL() 390 if(dirProp==B) { in firstL_R_AL() 435 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps() local 476 (dirProp=firstL_R_AL(pBiDi))!=ON) { /* with a strong character */ in getDirProps() 477 if(dirProp==L) in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 499 dirProps[i-1]=dirProp; in getDirProps() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 380 DirProp dirProp, result=ON; in firstL_R_AL() local 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 386 if(dirProp==L || dirProp==R || dirProp==AL) { in firstL_R_AL() 387 result=dirProp; in firstL_R_AL() 390 if(dirProp==B) { in firstL_R_AL() 435 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps() local 476 (dirProp=firstL_R_AL(pBiDi))!=ON) { /* with a strong character */ in getDirProps() 477 if(dirProp==L) in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 499 dirProps[i-1]=dirProp; in getDirProps() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 380 DirProp dirProp, result=ON; in firstL_R_AL() local 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 386 if(dirProp==L || dirProp==R || dirProp==AL) { in firstL_R_AL() 387 result=dirProp; in firstL_R_AL() 390 if(dirProp==B) { in firstL_R_AL() 435 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps() local 476 (dirProp=firstL_R_AL(pBiDi))!=ON) { /* with a strong character */ in getDirProps() 477 if(dirProp==L) in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 499 dirProps[i-1]=dirProp; in getDirProps() [all …]
|