/external/icu/icu4c/source/common/ |
D | brkeng.cpp | 129 const LanguageBreakEngine *lbe = NULL; in getEngineFor() local 146 lbe = (const LanguageBreakEngine *)(fEngines->elementAt(i)); in getEngineFor() 147 if (lbe != NULL && lbe->handles(c)) { in getEngineFor() 148 return lbe; in getEngineFor() 154 lbe = loadEngineFor(c); in getEngineFor() 155 if (lbe != NULL) { in getEngineFor() 156 fEngines->push((void *)lbe, status); in getEngineFor() 158 return lbe; in getEngineFor()
|
D | rbbi.cpp | 1199 const LanguageBreakEngine *lbe = NULL; in getLanguageBreakEngineFromFactory() local 1202 lbe = factory->getEngineFor(c); in getLanguageBreakEngineFromFactory() 1203 if (lbe != NULL) { in getLanguageBreakEngineFromFactory() 1207 return lbe; in getLanguageBreakEngineFromFactory() 1219 const LanguageBreakEngine *lbe = NULL; in getLanguageBreakEngine() local 1233 lbe = (const LanguageBreakEngine *)(fLanguageBreakEngines->elementAt(i)); in getLanguageBreakEngine() 1234 if (lbe->handles(c)) { in getLanguageBreakEngine() 1235 return lbe; in getLanguageBreakEngine() 1241 lbe = getLanguageBreakEngineFromFactory(c); in getLanguageBreakEngine() 1244 if (lbe != NULL) { in getLanguageBreakEngine() [all …]
|
D | rbbi_cache.cpp | 161 const LanguageBreakEngine *lbe = fBI->getLanguageBreakEngine(c); in populateDictionary() local 165 if (lbe != NULL) { in populateDictionary() 166 foundBreakCount += lbe->findBreaks(text, rangeStart, rangeEnd, fBreaks); in populateDictionary()
|
/external/llvm-project/llvm/test/MC/Mips/eva/ |
D | valid_R6.s | 10 … lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c] 11 … lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac] 12 … lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
|
D | valid_preR6.s | 14 … lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c] 15 … lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac] 16 … lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
|
D | invalid-noeva-wrong-error.s | 25 …lbe $10,-256($25) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct… 26 …lbe $13,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct… 27 …lbe $11,146($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
|
/external/llvm/test/MC/Mips/eva/ |
D | valid_R6.s | 10 … lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c] 11 … lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac] 12 … lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
|
D | valid_preR6.s | 14 … lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c] 15 … lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac] 16 … lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
|
D | invalid-noeva-wrong-error.s | 25 …lbe $10,-256($25) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s… 26 …lbe $13,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s… 27 …lbe $11,146($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
|
/external/llvm-project/llvm/test/MC/Disassembler/Mips/eva/ |
D | valid_R6-eva.txt | 7 0x7f 0x2a 0x80 0x2c # CHECK: lbe $10, -256($25) 8 0x7d 0xed 0x7f 0xac # CHECK: lbe $13, 255($15) 9 0x7d 0xcb 0x49 0x2c # CHECK: lbe $11, 146($14)
|
D | valid_preR6-eva.txt | 11 0x7f 0x2a 0x80 0x2c # CHECK: lbe $10, -256($25) 12 0x7d 0xed 0x7f 0xac # CHECK: lbe $13, 255($15) 13 0x7d 0xcb 0x49 0x2c # CHECK: lbe $11, 146($14)
|
/external/llvm/test/MC/Disassembler/Mips/eva/ |
D | valid_R6-eva.txt | 7 0x7f 0x2a 0x80 0x2c # CHECK: lbe $10, -256($25) 8 0x7d 0xed 0x7f 0xac # CHECK: lbe $13, 255($15) 9 0x7d 0xcb 0x49 0x2c # CHECK: lbe $11, 146($14)
|
D | valid_preR6-eva.txt | 11 0x7f 0x2a 0x80 0x2c # CHECK: lbe $10, -256($25) 12 0x7d 0xed 0x7f 0xac # CHECK: lbe $13, 255($15) 13 0x7d 0xcb 0x49 0x2c # CHECK: lbe $11, 146($14)
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | micromips32r6-eva.s | 22 # CHECK-EL: lbe $4, 8($2) # encoding: [0x82,0x60,0x08,0x68] 49 # CHECK-EB: lbe $4, 8($2) # encoding: [0x60,0x82,0x68,0x08] 69 lbe $4, 8($2)
|
D | micromips-eva.s | 30 # CHECK-EL: lbe $4, 8($2) # encoding: [0x82,0x60,0x08,0x68] 65 # CHECK-EB: lbe $4, 8($2) # encoding: [0x60,0x82,0x68,0x08] 89 lbe $4, 8($2)
|
/external/llvm/test/MC/Mips/ |
D | micromips-loadstore-instructions.s | 48 # CHECK-EL: lbe $4, 8($2) # encoding: [0x82,0x60,0x08,0x68] 94 # CHECK-EB: lbe $4, 8($2) # encoding: [0x60,0x82,0x68,0x08] 137 lbe $4, 8($2)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 1185 LanguageBreakEngine lbe = getLanguageBreakEngine(c); in populateDictionary() local 1189 if (lbe != null) { in populateDictionary() 1190 foundBreakCount += lbe.findBreaks(fText, rangeStart, rangeEnd, fBreaks); in populateDictionary()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedBreakIterator.java | 1164 LanguageBreakEngine lbe = getLanguageBreakEngine(c); in populateDictionary() local 1168 if (lbe != null) { in populateDictionary() 1169 foundBreakCount += lbe.findBreaks(fText, rangeStart, rangeEnd, fBreaks); in populateDictionary()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 66 class LBE_DESC : LOAD_EVA_DESC_BASE<"lbe", GPR32Opnd, II_LBE>;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 66 class LBE_DESC : LOAD_EVA_DESC_BASE<"lbe", GPR32Opnd, II_LBE>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 66 class LBE_DESC : LOAD_EVA_DESC_BASE<"lbe", GPR32Opnd, II_LBE>;
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | extraLanguagesAndScripts.txt | 65 [lbe] Lak [Cyrl] Online ISO/DIS 639-3
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | micromips-eva.mir | 200 # CHECK: 60 22 68 05 lbe $1, 5($2)
|
/external/llvm-project/llvm/test/MC/Mips/micromips/ |
D | valid.s | 289 lbe $4, 8($2) # CHECK: lbe $4, 8($2) # encoding: [0x60,0x82,0x68,0x08] label
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/ |
D | valid-el.txt | 177 0x82 0x60 0x08 0x68 # CHECK: lbe $4, 8($2)
|