/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 64 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) { in doWriteForward() 77 case UBIDI_DO_MIRRORING: { in doWriteForward() 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 290 if(options&UBIDI_DO_MIRRORING) { in doWriteReverse() 448 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 497 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 575 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 607 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
|
H A D | ubiditransform.cpp | 308 if (0 == (pTransform->reorderingOptions & UBIDI_DO_MIRRORING)) { in action_mirror() 476 pBiDiTransform->reorderingOptions = doMirroring ? UBIDI_DO_MIRRORING in ubiditransform_transform()
|
H A D | ubidi.cpp | 2422 UBIDI_DO_MIRRORING, pErrorCode); in setParaRunsOnly()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 64 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) { in doWriteForward() 77 case UBIDI_DO_MIRRORING: { in doWriteForward() 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 290 if(options&UBIDI_DO_MIRRORING) { in doWriteReverse() 448 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 497 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 575 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 607 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
|
H A D | ubiditransform.cpp | 308 if (0 == (pTransform->reorderingOptions & UBIDI_DO_MIRRORING)) { in action_mirror() 476 pBiDiTransform->reorderingOptions = doMirroring ? UBIDI_DO_MIRRORING in ubiditransform_transform()
|
H A D | ubidi.cpp | 2422 UBIDI_DO_MIRRORING, pErrorCode); in setParaRunsOnly()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiwrt.cpp | 64 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) { in doWriteForward() 77 case UBIDI_DO_MIRRORING: { in doWriteForward() 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 290 if(options&UBIDI_DO_MIRRORING) { in doWriteReverse() 448 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 497 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 575 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered() 607 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
|
H A D | ubiditransform.cpp | 308 if (0 == (pTransform->reorderingOptions & UBIDI_DO_MIRRORING)) { in action_mirror() 476 pBiDiTransform->reorderingOptions = doMirroring ? UBIDI_DO_MIRRORING in ubiditransform_transform()
|
H A D | ubidi.cpp | 2422 UBIDI_DO_MIRRORING, pErrorCode); in setParaRunsOnly()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 760 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec); in testReorder() 768 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec); in testReorder() 773 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING.\n" in testReorder() 795 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 803 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 808 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE.\n" in testReorder() 895 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder() 901 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder() 904 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n" in testReorder() 1019 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING, in testReorderArabicMathSymbols() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 1864 #define UBIDI_DO_MIRRORING 2 macro 2137 * <code>#UBIDI_DO_MIRRORING</code>,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 1864 #define UBIDI_DO_MIRRORING 2 macro 2137 * <code>#UBIDI_DO_MIRRORING</code>,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 1863 #define UBIDI_DO_MIRRORING 2 macro 2136 * <code>#UBIDI_DO_MIRRORING</code>,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 826 UBIDI_KEEP_BASE_COMBINING | UBIDI_DO_MIRRORING, status); in uspoof_getBidiSkeletonUnicodeString()
|