Searched refs:move2 (Results 1 - 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | neverType.js | 41 function move2(direction: "up" | "down") { function 126 function move2(direction) {
182 declare function move2(direction: "up" | "down"): 1 | -1;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 648 int move1 = 1, move2 = 1; in type_difference() local 668 if (move2) { in type_difference() 673 move2 = 0; in type_difference() 691 move2 = 1; in type_difference() 697 move1 = move2 = 1; in type_difference()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UTF16Test.java | 793 int move2[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, in TestMoveCodePointOffset() 802 checkMoveCodePointOffset(str, i, 2, move2[i]); in TestMoveCodePointOffset()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UTF16Test.java | 799 int move2[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, in TestMoveCodePointOffset() 808 checkMoveCodePointOffset(str, i, 2, move2[i]); in TestMoveCodePointOffset()
|
Completed in 10 milliseconds