Home
last modified time | relevance | path

Searched refs:Lower (Results 1 – 25 of 79) sorted by relevance

1234

/external/icu4c/data/unidata/
DSentenceBreakProperty.txt403 0061..007A ; Lower
404 00AA ; Lower
405 00B5 ; Lower
406 00BA ; Lower
407 00DF..00F6 ; Lower
408 00F8..00FF ; Lower
409 0101 ; Lower
410 0103 ; Lower
411 0105 ; Lower
412 0107 ; Lower
[all …]
/external/llvm/lib/Support/
DConstantRange.cpp35 Lower = Upper = APInt::getMaxValue(BitWidth); in ConstantRange()
37 Lower = Upper = APInt::getMinValue(BitWidth); in ConstantRange()
42 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {} in ConstantRange()
45 Lower(L), Upper(U) { in ConstantRange()
120 return Lower == Upper && Lower.isMaxValue(); in isFullSet()
126 return Lower == Upper && Lower.isMinValue(); in isEmptySet()
133 return Lower.ugt(Upper); in isWrappedSet()
150 if (Lower != Upper) // One of T or F in the set... in getSetSize()
156 return Upper - Lower; in getSetSize()
222 if (Lower == Upper) in contains()
[all …]
/external/icu4c/test/testdata/
DSentenceBreakTest.txt33 ÷ 0001 × 0061 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
34 …DING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
63 ÷ 000D ÷ 0061 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
64 …RN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
93 ÷ 000A ÷ 0061 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
94 …ED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
123 ÷ 0085 ÷ 0061 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
124 … (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
153 ÷ 0009 × 0061 ÷ # ÷ [0.2] <CHARACTER TABULATION> (Sp) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
154 …ULATION> (Sp) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] LATIN SMALL LETTER A (Lower) ÷ [0.3]
[all …]
/external/llvm/include/llvm/Support/
DConstantRange.h43 APInt Lower, Upper; variable
57 ConstantRange(const APInt &Lower, const APInt &Upper);
71 const APInt &getLower() const { return Lower; } in getLower()
79 uint32_t getBitWidth() const { return Lower.getBitWidth(); } in getBitWidth()
112 if (Upper == Lower + 1) in getSingleElement()
113 return &Lower; in getSingleElement()
148 return Lower == CR.Lower && Upper == CR.Upper;
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp109 const llvm::APSInt &Lower, in IntersectInRange() argument
123 if (i->To() < Lower) { in IntersectInRange()
130 if (i->Includes(Lower)) { in IntersectInRange()
132 newRanges = F.add(newRanges, Range(BV.getValue(Lower), in IntersectInRange()
136 newRanges = F.add(newRanges, Range(BV.getValue(Lower), i->To())); in IntersectInRange()
156 const llvm::APSInt &Lower, in Intersect() argument
161 if (Lower <= Upper) in Intersect()
162 IntersectInRange(BV, F, Lower, Upper, newRanges, i, e); in Intersect()
168 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e); in Intersect()
315 llvm::APSInt Lower = Int-Adjustment; in assumeSymNE() local
[all …]
/external/icu4c/data/brkitr/
Dsent.txt22 $Lower = [\p{Sentence_Break = Lower}];
37 $LowerEx = $Lower ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
71 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
Dsent_el.txt22 $Lower = [\p{Sentence_Break = Lower}];
37 $LowerEx = $Lower ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
71 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
/external/icu4c/data/translit/
DLatin_Hangul.txt12 ::Lower;
Dru_ja.txt14 ::Lower;
DLatin_Jamo.txt12 ::Lower;
DHiragana_Latin.txt15 :: (Lower) ;
DLatin_Kannada.txt12 ::Lower;
DLatin_Gurmukhi.txt12 ::Lower;
DLatin_Tamil.txt12 ::Lower;
DLatin_Oriya.txt12 ::Lower;
DLatin_Devanagari.txt12 ::Lower;
DLatin_Malayalam.txt12 ::Lower;
DLatin_Gujarati.txt12 ::Lower;
DLatin_Telugu.txt12 ::Lower;
DLatin_Bengali.txt12 ::Lower;
Dja_Latn_ru.txt11 ::[:Latin:] Lower();
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.h36 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/external/llvm/lib/Target/X86/
DX86MCInstLower.h41 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/external/llvm/lib/Target/MBlaze/
DMBlazeMCInstLower.h37 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.h37 void Lower(const MachineInstr *MI, MCInst &OutMI) const;

1234