Searched refs:UBIDI_KEEP_BASE_COMBINING (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 207 case UBIDI_KEEP_BASE_COMBINING: in doWriteReverse() 276 if(options&UBIDI_KEEP_BASE_COMBINING) { in doWriteReverse()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 207 case UBIDI_KEEP_BASE_COMBINING: in doWriteReverse() 276 if(options&UBIDI_KEEP_BASE_COMBINING) { in doWriteReverse()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiwrt.cpp | 178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse() 207 case UBIDI_KEEP_BASE_COMBINING: in doWriteReverse() 276 if(options&UBIDI_KEEP_BASE_COMBINING) { in doWriteReverse()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 1602 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option, can be considered in order 1622 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1631 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1664 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1695 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1704 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1738 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1854 #define UBIDI_KEEP_BASE_COMBINING 1 macro 2139 * <code>#UBIDI_KEEP_BASE_COMBINING</code>,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 1602 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option, can be considered in order 1622 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1631 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1664 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1695 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1704 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1738 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1854 #define UBIDI_KEEP_BASE_COMBINING 1 macro 2139 * <code>#UBIDI_KEEP_BASE_COMBINING</code>,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 1601 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option, can be considered in order 1621 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1630 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1663 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1694 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1703 * <code>#UBIDI_KEEP_BASE_COMBINING</code> option can be considered instead 1737 * <code>UBIDI_KEEP_BASE_COMBINING</code>, <code>UBIDI_OUTPUT_REVERSE</code>, 1853 #define UBIDI_KEEP_BASE_COMBINING 1 macro 2138 * <code>#UBIDI_KEEP_BASE_COMBINING</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()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 2372 UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse() 2375 log_err("failure in ubidi_writeReverse(UBIDI_KEEP_BASE_COMBINING): length=%d (should be %d), error code %s\n", in _testWriteReverse() 2383 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse() 2386 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n" in _testWriteReverse()
|
Completed in 18 milliseconds