/third_party/elfutils/lib/ |
H A D | dynamicsizehash.c | 42 REVERSE iterate in reverse order of insert 88 # ifdef REVERSE in insert_entry_2() 113 # ifndef REVERSE in insert_entry_2() 142 # ifdef REVERSE in insert_entry_2() 282 # ifdef REVERSE in NAME()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | ErrorTest.java | 215 Transliterator.createFromRules(id, rules, Transliterator.REVERSE); in TestRBTErrors() 220 Transliterator.getInstance(id, Transliterator.REVERSE); in TestRBTErrors()
|
H A D | TransliteratorTest.java | 287 Transliterator rev = Transliterator.createFromRules("<ID>", RULES, Transliterator.REVERSE); in TestRuleBasedInverse() 586 ("mini", rules, Transliterator.REVERSE); in TestJ277() 979 String REVERSE = "R"; in TestCreateInstance() 984 "Latin-Hangul", REVERSE, "Hangul-Latin", // JB#912 in TestCreateInstance() 988 "InvalidSource-InvalidTarget", REVERSE, "", in TestCreateInstance() 990 "Hex-Any;InvalidSource-InvalidTarget", REVERSE, "", in TestCreateInstance() 992 "InvalidSource-InvalidTarget;Hex-Any", REVERSE, "", in TestCreateInstance() 1000 Transliterator.FORWARD:Transliterator.REVERSE; in TestCreateInstance() 1638 ("Greek-Latin; Title()", Transliterator.REVERSE); in TestCompoundInverse() 1758 Transliterator.REVERSE in TestCompoundFilterID() [all...] |
H A D | CompoundTransliteratorTest.java | 70 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction() 72 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | ErrorTest.java | 212 Transliterator.createFromRules(id, rules, Transliterator.REVERSE); in TestRBTErrors() 217 Transliterator.getInstance(id, Transliterator.REVERSE); in TestRBTErrors()
|
H A D | TransliteratorTest.java | 284 Transliterator rev = Transliterator.createFromRules("<ID>", RULES, Transliterator.REVERSE); in TestRuleBasedInverse() 583 ("mini", rules, Transliterator.REVERSE); in TestJ277() 976 String REVERSE = "R"; in TestCreateInstance() 981 "Latin-Hangul", REVERSE, "Hangul-Latin", // JB#912 in TestCreateInstance() 985 "InvalidSource-InvalidTarget", REVERSE, "", in TestCreateInstance() 987 "Hex-Any;InvalidSource-InvalidTarget", REVERSE, "", in TestCreateInstance() 989 "InvalidSource-InvalidTarget;Hex-Any", REVERSE, "", in TestCreateInstance() 997 Transliterator.FORWARD:Transliterator.REVERSE; in TestCreateInstance() 1635 ("Greek-Latin; Title()", Transliterator.REVERSE); in TestCompoundInverse() 1755 Transliterator.REVERSE in TestCompoundFilterID() [all...] |
H A D | CompoundTransliteratorTest.java | 67 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction() 69 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorIDParser.java | 64 private static final int REVERSE = Transliterator.REVERSE; field in TransliteratorIDParser 173 * @param dir the direction. If the direction is REVERSE then the 236 single = specsToID(specsA, REVERSE); in parseSingleID() 259 * at the start, if dir is REVERSE. The pattern will be enclosed 265 * if withParens != (dir == REVERSE). 408 if (dir == REVERSE) { in parseCompoundID()
|
H A D | Transliterator.java | 494 public static final int REVERSE = 1; field in Transliterator 1585 * @param dir either FORWARD or REVERSE. If REVERSE then the 1660 * @param dir either FORWARD or REVERSE. 1949 return getInstance(ID, REVERSE); in getInverse() 2163 * <direction> is either "FORWARD" or "REVERSE". 2196 dir = REVERSE;
|
H A D | CompoundTransliterator.java | 73 * @param direction either Transliterator.FORWARD or Transliterator.REVERSE 86 * @param direction either Transliterator.FORWARD or Transliterator.REVERSE 134 * @param direction either FORWARD or REVERSE 173 * is, it should be in the FORWARD order; if direction is REVERSE then 175 * @param direction either FORWARD or REVERSE 199 if (direction == REVERSE && fixReverseID) { in init()
|
H A D | TransliteratorParser.java | 1092 (direction == Transliterator.REVERSE && in parseRules() 1250 if (direction == Transliterator.REVERSE) { in parseRule()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorIDParser.java | 65 private static final int REVERSE = Transliterator.REVERSE; field in TransliteratorIDParser 174 * @param dir the direction. If the direction is REVERSE then the 237 single = specsToID(specsA, REVERSE); in parseSingleID() 260 * at the start, if dir is REVERSE. The pattern will be enclosed 266 * if withParens != (dir == REVERSE). 409 if (dir == REVERSE) { in parseCompoundID()
|
H A D | Transliterator.java | 492 public static final int REVERSE = 1; field in Transliterator 1553 * @param dir either FORWARD or REVERSE. If REVERSE then the 1627 * @param dir either FORWARD or REVERSE. 1912 return getInstance(ID, REVERSE); in getInverse() 2122 * <direction> is either "FORWARD" or "REVERSE". 2155 dir = REVERSE;
|
H A D | CompoundTransliterator.java | 74 * @param direction either Transliterator.FORWARD or Transliterator.REVERSE 87 * @param direction either Transliterator.FORWARD or Transliterator.REVERSE 135 * @param direction either FORWARD or REVERSE 174 * is, it should be in the FORWARD order; if direction is REVERSE then 176 * @param direction either FORWARD or REVERSE 200 if (direction == REVERSE && fixReverseID) { in init()
|
H A D | TransliteratorParser.java | 1093 (direction == Transliterator.REVERSE && in parseRules() 1251 if (direction == Transliterator.REVERSE) { in parseRule()
|
/third_party/elfutils/libasm/ |
H A D | symbolhash.c | 43 #define REVERSE 1 macro
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tridpars.cpp | 45 static const int32_t REVERSE = UTRANS_REVERSE; variable 107 * @param dir the direction. If the direction is REVERSE then the 191 single = specsToID(specsA, REVERSE); in parseSingleID() 251 * at the start, if dir is REVERSE. The pattern will be enclosed 257 * if withParens != (dir == REVERSE). 432 if (dir == REVERSE) { in parseCompoundID()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tridpars.cpp | 45 static const int32_t REVERSE = UTRANS_REVERSE; variable 107 * @param dir the direction. If the direction is REVERSE then the 191 single = specsToID(specsA, REVERSE); in parseSingleID() 251 * at the start, if dir is REVERSE. The pattern will be enclosed 257 * if withParens != (dir == REVERSE). 432 if (dir == REVERSE) { in parseCompoundID()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tridpars.cpp | 45 static const int32_t REVERSE = UTRANS_REVERSE; variable 107 * @param dir the direction. If the direction is REVERSE then the 191 single = specsToID(specsA, REVERSE); in parseSingleID() 251 * at the start, if dir is REVERSE. The pattern will be enclosed 257 * if withParens != (dir == REVERSE). 430 if (dir == REVERSE) { in parseCompoundID()
|
/third_party/backends/backend/genesys/ |
H A D | settings.cpp | 52 bool reverse = has_flag(params.flags, ScanFlag::REVERSE); in operator <<()
|
H A D | device.cpp | 141 auto direction = has_flag(session.params.flags, ScanFlag::REVERSE) ? Direction::BACKWARD in advance_head_pos_by_session()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.h | 204 REVERSE = 2 enumerator
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 837 REVERSE enum constant 894 checkResults("testPrevius", CheckDirection.REVERSE); in testPrevious() 944 checkResults("testPreceding", CheckDirection.REVERSE); in testPreceding()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 841 REVERSE enum constant 898 checkResults("testPrevius", CheckDirection.REVERSE); in testPrevious() 948 checkResults("testPreceding", CheckDirection.REVERSE); in testPreceding()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.c | 503 #define REVERSE(q) \
macro 800 strm->adler = state->check = REVERSE(hold);
1173 REVERSE(hold)) != state->check) {
|