Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/icu4c/data/rbnf/
Dfr_CH.txt51 "%%spellout-leading:",
88 "2000: <%%spellout-leading<-mille[->>];",
90 "2000000: <%%spellout-leading< millions[ >>];",
92 "2000000000: <%%spellout-leading< milliards[ >>];",
94 "2000000000000: <%%spellout-leading< billions[ >>];",
96 "2000000000000000: <%%spellout-leading< billiards[ >>];",
123 "2000: <%%spellout-leading<-mille[->>];",
125 "2000000: <%%spellout-leading< millions[ >>];",
127 "2000000000: <%%spellout-leading< milliards[ >>];",
129 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
Dfr.txt51 "%%spellout-leading:",
87 "2000: <%%spellout-leading<-mille[->>];",
89 "2000000: <%%spellout-leading< millions[ >>];",
91 "2000000000: <%%spellout-leading< milliards[ >>];",
93 "2000000000000: <%%spellout-leading< billions[ >>];",
95 "2000000000000000: <%%spellout-leading< billiards[ >>];",
120 "2000: <%%spellout-leading<-mille[->>];",
122 "2000000: <%%spellout-leading< millions[ >>];",
124 "2000000000: <%%spellout-leading< milliards[ >>];",
126 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
Dfr_BE.txt51 "%%spellout-leading:",
88 "2000: <%%spellout-leading<-mille[->>];",
90 "2000000: <%%spellout-leading< millions[ >>];",
92 "2000000000: <%%spellout-leading< milliards[ >>];",
94 "2000000000000: <%%spellout-leading< billions[ >>];",
96 "2000000000000000: <%%spellout-leading< billiards[ >>];",
123 "2000: <%%spellout-leading<-mille[->>];",
125 "2000000: <%%spellout-leading< millions[ >>];",
127 "2000000000: <%%spellout-leading< milliards[ >>];",
129 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
/external/clang/test/CodeGen/
Dcount-builtins.c3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P); in test_i16()
15 leading = __builtin_clz(P); in test_i32()
26 leading = __builtin_clzll(P); in test_i64()
/external/harfbuzz_ng/
DNEWS1 Overview of changes leading to 0.9.14
15 Overview of changes leading to 0.9.13
44 Overview of changes leading to 0.9.12
51 Overview of changes leading to 0.9.11
65 Overview of changes leading to 0.9.10
89 Overview of changes leading to 0.9.9
97 Overview of changes leading to 0.9.8
113 Overview of changes leading to 0.9.7
199 Overview of changes leading to 0.9.6
227 Overview of changes leading to 0.9.5
[all …]
/external/icu4c/samples/layout/
DFontMap.cpp260 le_int32 ascent, descent, leading; in getMaxMetrics() local
272 leading = fFontInstances[i]->getLeading(); in getMaxMetrics()
282 if (leading > fLeading) { in getMaxMetrics()
283 fLeading = leading; in getMaxMetrics()
Dparagraph.cpp89 le_int32 leading = 0; in Paragraph() local
137 if (pLeading > leading) { in Paragraph()
138 leading = pLeading; in Paragraph()
156 fLineHeight = ascent + descent + leading; in Paragraph()
Dpflow.c113 le_int32 leading = 0; in pf_create() local
194 if (pLeading > leading) { in pf_create()
195 leading = pLeading; in pf_create()
213 flow->fLineHeight = ascent + descent + leading; in pf_create()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp54 m_fontMetrics.setLineGap(height.leading); in platformInit()
55 …Metrics.setLineSpacing(lroundf(height.ascent) + lroundf(height.descent) + lroundf(height.leading)); in platformInit()
/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll14 ;; Cause: FoldGetElemChain() was inserting an extra leading 0 even though
16 ;; The next instruction contributes a leading non-zero so another
/external/webkit/LayoutTests/fast/encoding/
Dinvalid-multi-byte-over-consumption-expected.txt1 Test if an invalid multi-byte sequence is onverconsumed leading to an XSS vector
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java82 String leading = ",a,b,c"; in testCharacterSplitWithLeadingDelimiter() local
83 Iterable<String> letters = COMMA_SPLITTER.split(leading); in testCharacterSplitWithLeadingDelimiter()
183 String leading = ",a,b,c"; in testStringSplitWithLeadingDelimiter() local
184 Iterable<String> letters = Splitter.on(",").split(leading); in testStringSplitWithLeadingDelimiter()
315 String leading = ",a,b,c"; in testPatternSplitWithLeadingDelimiter() local
316 Iterable<String> letters = Splitter.onPattern(",").split(leading); in testPatternSplitWithLeadingDelimiter()
/external/icu4c/layoutex/
DParagraphLayout.cpp830 le_int32 leading = font->getLeading(); in computeMetrics() local
831 le_int32 dl = descent + leading; in computeMetrics()
841 if (leading > fLeading) { in computeMetrics()
842 fLeading = leading; in computeMetrics()
1241 le_int32 leading = fRuns[i]->getLeading(); in computeMetrics() local
1242 le_int32 dl = descent + leading; in computeMetrics()
1252 if (leading > fLeading) { in computeMetrics()
1253 fLeading = leading; in computeMetrics()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button_unittest.mm136 // Middle button mouse up without leading mouse down in the view.
142 // Middle button mouse dragged in the view and up without leading mouse down.
196 // Middle button mouse up without leading mouse down in the view.
202 // Middle button mouse dragged in the view and up without leading mouse down.
/external/llvm/test/Transforms/JumpThreading/
Ddegenerate-phi.ll5 ; "%phi = phi i16" when it removes all edges leading to %unreachable.
/external/bison/build-aux/
Dupdate-copyright147 my $leading;
153 $leading = "$1$2";
177 quotemeta($leading) . "($copyright_re$stmt_remainder_re)";
246 $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading;
Dgitlog-to-changelog78 --strip-tab remove one additional leading TAB from commit message lines.
275 # Extract leading hash.
332 # Remove leading and trailing blank lines.
393 # Remove one additional leading TAB from each line.
/external/llvm/test/CodeGen/NVPTX/
Dintrin-nocapture.ll3 ; Address space intrinsics were erroneously marked NoCapture, leading to bad
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo14 decimal-leading-zero
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model_neon.S148 vcls.s32 d1, d0 @ Count leading extra sign bits.
153 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
/external/eigen/doc/
DI16_TemplateKeyword.dox8 leading to error messages from the compiler that are difficult to understand.
93 \c yyy, leading to <tt>xxx.template yyy</tt> or <tt>xxx-&gt;template yyy</tt>.
95 …member typedef, then the \c typename keyword must be used before the whole construction, leading to
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-whitespace-expected.txt1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespa…
/external/webkit/Source/WebCore/platform/text/mac/
Dmac-encodings.txt6 # The items on the left are names of TEC TextEncoding values (without the leading kTextEncoding).
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm79 ; Counting the leading zeros is used to normalize range.
155 ; Counting the leading zeros is used to normalize range.
249 ; Counting the leading zeros is used to normalize range.
/external/bison/m4/
Dgetopt.m469 dnl POSIX 2008 does not specify leading '+' behavior, but see
71 dnl the next version of POSIX. For now, we only guarantee leading '+'
203 [# Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the

12345678910