Home
last modified time | relevance | path

Searched refs:lbe (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/common/
Dbrkeng.cpp149 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()
Drbbi.cpp1661 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/
Dvalid_R6.s10lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c]
11lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac]
12lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
Dvalid_preR6.s14lbe $10,-256($25) # CHECK: lbe $10, -256($25) # encoding: [0x7f,0x2a,0x80,0x2c]
15lbe $13,255($15) # CHECK: lbe $13, 255($15) # encoding: [0x7d,0xed,0x7f,0xac]
16lbe $11,146($14) # CHECK: lbe $11, 146($14) # encoding: [0x7d,0xcb,0x49,0x2c]
Dinvalid-noeva-wrong-error.s25lbe $10,-256($25) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
26lbe $13,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
27lbe $11,146($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
/external/llvm/test/MC/Disassembler/Mips/eva/
Dvalid_R6-eva.txt7 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)
Dvalid_preR6-eva.txt11 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/
Dmicromips-loadstore-instructions.s48 # 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/
DRuleBasedBreakIterator.java524 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/
DRuleBasedBreakIterator.java514 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/
DMipsEVAInstrInfo.td66 class LBE_DESC : LOAD_EVA_DESC_BASE<"lbe", GPR32Opnd, II_LBE>;
DMicroMipsInstrInfo.td766 def LBE_MM : Load<"lbe", GPR32Opnd>, POOL32C_LHUE_FM_MM<0x18, 0x6, 0x4>;
DMicroMips32r6InstrInfo.td433 class LBE_MMR6_DESC : LBE_LBUE_MMR6_DESC_BASE<"lbe", mem_mm_9, GPR32Opnd>;
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s275 lbe $4, 8($5) # CHECK: lbe $4, 8($5) # encoding: [0x60,0x85,0x68,0x08]
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid.txt177 0x60 0x82 0x68 0x08 # CHECK: lbe $4, 8($2)
Dvalid-el.txt177 0x82 0x60 0x08 0x68 # CHECK: lbe $4, 8($2)
/external/libusb/
Dconfigure.ac197 LIBS="${LIBS} -lbe"
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt238 0x60 0x85 0x68 0x08 # CHECK: lbe $4, 8($5)
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt673 lbe{"lbe_Cyrl_RU"}
DsupplementalData.txt5542 "lbe~g",
13646 lbe{
30173 lbe{
/external/lisa/ipynb/tutorial/
D05_TrappyUsage.ipynb4775 …D3tYunuw2oVNAACAibrf/e6Xbdu25UUvelGuv/76nHPOOfnQhz6UJPm1\nX/u1vOQlL9n9+lvf+lbe+c535lvf+tZef+fEE0/M…