/external/icu/icu4c/source/common/ |
D | brkeng.cpp | 149 const LanguageBreakEngine *lbe = NULL; in getEngineFor() local 165 lbe = (const LanguageBreakEngine *)(fEngines->elementAt(i)); in getEngineFor() 166 if (lbe != NULL && lbe->handles(c, breakType)) { in getEngineFor() 167 return lbe; in getEngineFor() 173 lbe = loadEngineFor(c, breakType); in getEngineFor() 174 if (lbe != NULL) { in getEngineFor() 175 fEngines->push((void *)lbe, status); in getEngineFor() 177 return lbe; in getEngineFor()
|
D | rbbi.cpp | 1661 const LanguageBreakEngine *lbe = getLanguageBreakEngine(c); in checkDictionary() local 1665 if (lbe != NULL) { in checkDictionary() 1666 … foundBreakCount += lbe->findBreaks(fText, rangeStart, rangeEnd, FALSE, fBreakType, breaks); in checkDictionary() 1771 const LanguageBreakEngine *lbe = NULL; in getLanguageBreakEngineFromFactory() local 1774 lbe = factory->getEngineFor(c, breakType); in getLanguageBreakEngineFromFactory() 1775 if (lbe != NULL) { in getLanguageBreakEngineFromFactory() 1779 return lbe; in getLanguageBreakEngineFromFactory() 1791 const LanguageBreakEngine *lbe = NULL; in getLanguageBreakEngine() local 1805 lbe = (const LanguageBreakEngine *)(fLanguageBreakEngines->elementAt(i)); in getLanguageBreakEngine() 1806 if (lbe->handles(c, fBreakType)) { in getLanguageBreakEngine() [all …]
|
/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/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/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 | 524 LanguageBreakEngine lbe = null; in checkDictionary() local 537 lbe = getLanguageBreakEngine(c); in checkDictionary() 541 if (lbe != null) { in checkDictionary() 543 … foundBreakCount += lbe.findBreaks(fText, rangeStart, rangeEnd, false, fBreakType, breaks); in checkDictionary() 556 … System.out.println("oops, foundBreakCount != breaks.size(). LBE = " + lbe.getClass()); in checkDictionary()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedBreakIterator.java | 514 LanguageBreakEngine lbe = null; in checkDictionary() local 527 lbe = getLanguageBreakEngine(c); in checkDictionary() 531 if (lbe != null) { in checkDictionary() 533 … foundBreakCount += lbe.findBreaks(fText, rangeStart, rangeEnd, false, fBreakType, breaks); in checkDictionary() 546 … System.out.println("oops, foundBreakCount != breaks.size(). LBE = " + lbe.getClass()); in checkDictionary()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 66 class LBE_DESC : LOAD_EVA_DESC_BASE<"lbe", GPR32Opnd, II_LBE>;
|
D | MicroMipsInstrInfo.td | 766 def LBE_MM : Load<"lbe", GPR32Opnd>, POOL32C_LHUE_FM_MM<0x18, 0x6, 0x4>;
|
D | MicroMips32r6InstrInfo.td | 433 class LBE_MMR6_DESC : LBE_LBUE_MMR6_DESC_BASE<"lbe", mem_mm_9, GPR32Opnd>;
|
/external/llvm/test/MC/Mips/micromips32r6/ |
D | valid.s | 275 lbe $4, 8($5) # CHECK: lbe $4, 8($5) # encoding: [0x60,0x85,0x68,0x08]
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/ |
D | valid.txt | 177 0x60 0x82 0x68 0x08 # CHECK: lbe $4, 8($2)
|
D | valid-el.txt | 177 0x82 0x60 0x08 0x68 # CHECK: lbe $4, 8($2)
|
/external/libusb/ |
D | configure.ac | 197 LIBS="${LIBS} -lbe"
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
D | valid.txt | 238 0x60 0x85 0x68 0x08 # CHECK: lbe $4, 8($5)
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 673 lbe{"lbe_Cyrl_RU"}
|
D | supplementalData.txt | 5542 "lbe~g", 13646 lbe{ 30173 lbe{
|