Searched refs:UBIDI_OUTPUT_REVERSE (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 879 * <p>Note that option <code>#UBIDI_OUTPUT_REVERSE</code> of 1622 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1664 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1695 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1738 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1907 #define UBIDI_OUTPUT_REVERSE 16 macro 2140 * <code>#UBIDI_OUTPUT_REVERSE</code>,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 879 * <p>Note that option <code>#UBIDI_OUTPUT_REVERSE</code> of 1622 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1664 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1695 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1738 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1907 #define UBIDI_OUTPUT_REVERSE 16 macro 2140 * <code>#UBIDI_OUTPUT_REVERSE</code>,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 878 * <p>Note that option <code>#UBIDI_OUTPUT_REVERSE</code> of 1621 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1663 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1694 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1737 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1906 #define UBIDI_OUTPUT_REVERSE 16 macro 2139 * <code>#UBIDI_OUTPUT_REVERSE</code>,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditransformtst.c | 188 UBIDI_OUTPUT_REVERSE, &errorCode); in testAutoDirection()
|
H A D | cbiditst.c | 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() 830 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_INSERT_LRM_FOR_NUMERIC+UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 836 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_INSERT_LRM_FOR_NUMERIC+UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 839 log_err("ubidi_writeReordered() did not give expected results for UBIDI_INSERT_LRM_FOR_NUMERIC+UBIDI_OUTPUT_REVERSE.\n" in testReorder() 861 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 869 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_OUTPUT_REVERSE,&ec); in testReorder() 874 log_err("ubidi_writeReordered() did not give expected results for UBIDI_OUTPUT_REVERSE.\n" in testReorder() 2330 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCod in _testInverseBidi() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 50 * When we have UBIDI_OUTPUT_REVERSE set on ubidi_writeReordered(), then we 440 if(!(options&UBIDI_OUTPUT_REVERSE)) { in ubidi_writeReordered()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 50 * When we have UBIDI_OUTPUT_REVERSE set on ubidi_writeReordered(), then we 440 if(!(options&UBIDI_OUTPUT_REVERSE)) { in ubidi_writeReordered()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiwrt.cpp | 50 * When we have UBIDI_OUTPUT_REVERSE set on ubidi_writeReordered(), then we 440 if(!(options&UBIDI_OUTPUT_REVERSE)) { in ubidi_writeReordered()
|
Completed in 15 milliseconds