Searched refs:from16 (Results 1 – 7 of 7) sorted by relevance
/external/smali/smali/src/test/resources/LexerTest/ |
D | InstructionTest.smali | 153 move/from16 154 move-wide/from16 155 move-object/from16
|
D | InstructionTest.tokens | 153 INSTRUCTION_FORMAT22x("move/from16") 154 INSTRUCTION_FORMAT22x("move-wide/from16") 155 INSTRUCTION_FORMAT22x("move-object/from16")
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 544 "move/from16" | "move-wide/from16" | "move-object/from16" | "box-lambda" {
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 236 UnicodeString from16(FALSE, utf16, UPRV_LENGTHOF(utf16)); in TestBasicManipulation() local 237 if(from8a != from16 || from8b != from16) { in TestBasicManipulation() 241 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer)); in TestBasicManipulation() 245 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer)); in TestBasicManipulation()
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 1008 : //e.g. move/from16 v1, v1234
|
D | smaliTreeWalker.g | 1031 : //e.g. move/from16 v1, v1234
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 1227 : //e.g. move/from16 v1, v1234
|