/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 44 Upper(Lower) {} in ConstantRange() 47 : Lower(std::move(V)), Upper(Lower + 1) {} in ConstantRange() 50 : Lower(std::move(L)), Upper(std::move(U)) { in ConstantRange() 51 assert(Lower.getBitWidth() == Upper.getBitWidth() && in ConstantRange() 53 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && in ConstantRange() 71 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local 73 Upper.clearSignBit(); in fromKnownBits() 74 return ConstantRange(Lower, Upper + 1); in fromKnownBits() 210 APInt Lower, Upper; in makeExactMulNSWRegion() local 213 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN); in makeExactMulNSWRegion() [all …]
|
/third_party/protobuf/php/tests/ |
D | GeneratedClassTest.php | 924 $m = new \Upper\PBABSTRACT(); 925 $m = new \Upper\PBAND(); 926 $m = new \Upper\PBARRAY(); 927 $m = new \Upper\PBAS(); 928 $m = new \Upper\PBBREAK(); 929 $m = new \Upper\PBCALLABLE(); 930 $m = new \Upper\PBCASE(); 931 $m = new \Upper\PBCATCH(); 932 $m = new \Upper\PBCLASS(); 933 $m = new \Upper\PBCLONE(); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Format.h | 160 bool Upper; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 178 bool Upper = false) { 180 return FormattedNumber(N, 0, Width, true, Upper, true); 191 bool Upper = false) { 193 return FormattedNumber(N, 0, Width, true, Upper, false); 214 bool Upper; // Show offset and hex bytes as upper case. 222 ByteGroupSize(BGS), Upper(U), ASCII(A) { 232 uint32_t IndentLevel = 0, bool Upper = false) { 234 ByteGroupSize, Upper, false); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Format.h | 169 bool Upper; 176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 187 bool Upper = false) { 189 return FormattedNumber(N, 0, Width, true, Upper, true); 200 bool Upper = false) { 202 return FormattedNumber(N, 0, Width, true, Upper, false); 223 bool Upper; // Show offset and hex bytes as upper case. 231 ByteGroupSize(BGS), Upper(U), ASCII(A) { 241 uint32_t IndentLevel = 0, bool Upper = false) { 243 ByteGroupSize, Upper, false); [all …]
|
D | UnicodeCharRanges.h | 25 uint32_t Upper; member 32 return Range.Upper < Value; 82 if (I->Upper < I->Lower) { in rangesAreValid() 86 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid() 89 Prev = I->Upper; in rangesAreValid()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 48 APInt Lower, Upper; variable 70 ConstantRange(APInt Lower, APInt Upper); 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty() argument 85 if (Lower == Upper) in getNonEmpty() 87 return ConstantRange(std::move(Lower), std::move(Upper)); in getNonEmpty() 162 const APInt &getUpper() const { return Upper; } in getUpper() 208 if (Upper == Lower + 1) in getSingleElement() 216 if (Lower == Upper + 1) in getSingleMissingElement() 217 return &Upper; in getSingleMissingElement() 250 return Lower == CR.Lower && Upper == CR.Upper;
|
/third_party/icu/icu4c/source/test/testdata/ |
D | SentenceBreakTest.txt | 37 ÷ 0001 × 0041 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0… 38 …G> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 67 ÷ 000D ÷ 0041 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.… 68 …(CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 97 ÷ 000A ÷ 0041 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 98 …(LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 127 ÷ 0085 ÷ 0041 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 128 …EL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] 157 ÷ 0009 × 0041 ÷ # ÷ [0.2] <CHARACTER TABULATION> (Sp) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [… 158 …TION> (Sp) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN CAPITAL LETTER A (Upper) ÷ [0.3] [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CaseMap.java | 44 public static Upper toUpper() { return Upper.DEFAULT; } in toUpper() 123 public static final class Upper extends CaseMap { class in CaseMap 124 private static final Upper DEFAULT = new Upper(0); 125 private static final Upper OMIT_UNCHANGED = new Upper(CaseMapImpl.OMIT_UNCHANGED_TEXT); 126 private Upper(int opt) { super(opt); } in Upper() method in CaseMap.Upper 132 public Upper omitUnchangedText() { in omitUnchangedText()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 46 public static Upper toUpper() { return Upper.DEFAULT; } in toUpper() 133 public static final class Upper extends CaseMap { class in CaseMap 134 private static final Upper DEFAULT = new Upper(0); 135 private static final Upper OMIT_UNCHANGED = new Upper(CaseMapImpl.OMIT_UNCHANGED_TEXT); 136 private Upper(int opt) { super(opt); } in Upper() method in CaseMap.Upper 143 public Upper omitUnchangedText() { in omitUnchangedText()
|
/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput1 | 71 U+0041 L Letter: Upper case letter, latin, Other, U+0061, [ascii, asciihexdigit, alphabetic, case… 72 U+0042 L Letter: Upper case letter, latin, Other, U+0062, [ascii, asciihexdigit, alphabetic, case… 73 U+0043 L Letter: Upper case letter, latin, Other, U+0063, [ascii, asciihexdigit, alphabetic, case… 74 U+0044 L Letter: Upper case letter, latin, Other, U+0064, [ascii, asciihexdigit, alphabetic, case… 75 U+0045 L Letter: Upper case letter, latin, Other, U+0065, [ascii, asciihexdigit, alphabetic, case… 76 U+0046 L Letter: Upper case letter, latin, Other, U+0066, [ascii, asciihexdigit, alphabetic, case… 77 U+0047 L Letter: Upper case letter, latin, Other, U+0067, [ascii, alphabetic, cased, changeswhenc… 78 U+0048 L Letter: Upper case letter, latin, Other, U+0068, [ascii, alphabetic, cased, changeswhenc… 79 U+0049 L Letter: Upper case letter, latin, Other, U+0069, [ascii, alphabetic, cased, changeswhenc… 80 U+004A L Letter: Upper case letter, latin, Other, U+006A, [ascii, alphabetic, cased, changeswhenc… [all …]
|
/third_party/icu/icu4c/source/test/testdata/break_rules/ |
D | sentence.txt | 18 Upper = [\p{Sentence_Break = Upper}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 SB8: ATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] …
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 18 Upper = [\p{Sentence_Break = Upper}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 SB8: ATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] …
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 18 Upper = [\p{Sentence_Break = Upper}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 SB8: ATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] …
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local 36 Upper += getU(N) + (NewLower < Lower); in multiply64() 43 if (!Upper) in multiply64() 47 unsigned LeadingZeros = countLeadingZeros(Upper); in multiply64() 50 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64() 51 return getRounded(Upper, Shift, in multiply64()
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 233.txt | 92 233387|Upper East Region 93 233388|Upper East Region 95 233397|Upper West Region 96 233398|Upper West Region
|
D | 92.txt | 672 929442|Upper Dir 673 929443|Upper Dir 674 929444|Upper Dir 675 929445|Upper Dir 676 929446|Upper Dir 677 929447|Upper Dir 678 929448|Upper Dir 679 929449|Upper Dir
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 514 auto *Upper = &linksAt(UpperIndex); in tryMergeUpwards() local 515 if (Lower == Upper) in tryMergeUpwards() 521 while (Current->hasAbove() && Current != Upper) { in tryMergeUpwards() 527 if (Current != Upper) in tryMergeUpwards() 530 Upper->setAttrs(Attrs); in tryMergeUpwards() 534 Upper->setBelow(NewBelowIndex); in tryMergeUpwards() 538 Upper->clearBelow(); in tryMergeUpwards() 542 Ptr->remapTo(Upper->Number); in tryMergeUpwards()
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | sent.txt | 26 $Upper = [\p{Sentence_Break = Upper}]; 41 $UpperEx = $Upper ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
D | sent_el.txt | 26 $Upper = [\p{Sentence_Break = Upper}]; 41 $UpperEx = $Upper ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | sent.txt | 26 $Upper = [\p{Sentence_Break = Upper}]; 41 $UpperEx = $Upper ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
D | sent_el.txt | 26 $Upper = [\p{Sentence_Break = Upper}]; 41 $UpperEx = $Upper ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | sent_el.txt | 27 $Upper = [\p{Sentence_Break = Upper}]; 42 $UpperEx = $Upper ($Extend | $Format)*; 73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
D | sent.txt | 26 $Upper = [\p{Sentence_Break = Upper}]; 41 $UpperEx = $Upper ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 342 if (FN.Upper && FN.HexPrefix) in operator <<() 344 else if (FN.Upper && !FN.HexPrefix) in operator <<() 345 Style = HexPrintStyle::Upper; in operator <<() 346 else if (!FN.Upper && FN.HexPrefix) in operator <<() 369 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | ppucd.txt | 112 property;Binary;Upper;Uppercase 929 value;SB;UP;Upper 1275 …DC;IDS;na=LATIN CAPITAL LETTER A;NFKC_CF=0061;SB=UP;sc=Latn;scf=0061;slc=0061;Upper;WB=LE;XIDC;XIDS 1276 …DC;IDS;na=LATIN CAPITAL LETTER B;NFKC_CF=0062;SB=UP;sc=Latn;scf=0062;slc=0062;Upper;WB=LE;XIDC;XIDS 1277 …DC;IDS;na=LATIN CAPITAL LETTER C;NFKC_CF=0063;SB=UP;sc=Latn;scf=0063;slc=0063;Upper;WB=LE;XIDC;XIDS 1278 …DC;IDS;na=LATIN CAPITAL LETTER D;NFKC_CF=0064;SB=UP;sc=Latn;scf=0064;slc=0064;Upper;WB=LE;XIDC;XIDS 1279 …DC;IDS;na=LATIN CAPITAL LETTER E;NFKC_CF=0065;SB=UP;sc=Latn;scf=0065;slc=0065;Upper;WB=LE;XIDC;XIDS 1280 …DC;IDS;na=LATIN CAPITAL LETTER F;NFKC_CF=0066;SB=UP;sc=Latn;scf=0066;slc=0066;Upper;WB=LE;XIDC;XIDS 1281 …DC;IDS;na=LATIN CAPITAL LETTER G;NFKC_CF=0067;SB=UP;sc=Latn;scf=0067;slc=0067;Upper;WB=LE;XIDC;XIDS 1282 …DC;IDS;na=LATIN CAPITAL LETTER H;NFKC_CF=0068;SB=UP;sc=Latn;scf=0068;slc=0068;Upper;WB=LE;XIDC;XIDS [all …]
|