Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
D15.5.4.11-4.js70 U.lower,
96 this.lower = c;
102 this.lower = c + 32;
109 this.lower = c;
116 this.lower = c + 32;
123 this.lower = c;
128 this.lower = c;
136 this.lower = 0x0069;
141 this.lower = c;
148 this.lower = c+1;
[all …]
/external/guava/guava/src/com/google/common/collect/
DSortedLists.java69 int lower = foundIndex; in resultIndex() local
72 while (lower < upper) { in resultIndex()
73 int middle = (lower + upper + 1) >>> 1; in resultIndex()
78 lower = middle; in resultIndex()
81 return lower; in resultIndex()
93 int lower = 0; in resultIndex() local
97 while (lower < upper) { in resultIndex()
98 int middle = (lower + upper) >>> 1; in resultIndex()
101 lower = middle + 1; in resultIndex()
106 return lower; in resultIndex()
[all …]
DRanges.java86 public static <C extends Comparable<?>> Range<C> open(C lower, C upper) { in open() argument
87 return create(Cut.aboveValue(lower), Cut.belowValue(upper)); in open()
97 public static <C extends Comparable<?>> Range<C> closed(C lower, C upper) { in closed() argument
98 return create(Cut.belowValue(lower), Cut.aboveValue(upper)); in closed()
109 C lower, C upper) { in closedOpen() argument
110 return create(Cut.belowValue(lower), Cut.belowValue(upper)); in closedOpen()
121 C lower, C upper) { in openClosed() argument
122 return create(Cut.aboveValue(lower), Cut.aboveValue(upper)); in openClosed()
134 C lower, BoundType lowerType, C upper, BoundType upperType) { in range() argument
139 ? Cut.aboveValue(lower) in range()
[all …]
/external/webkit/LayoutTests/storage/indexeddb/
Dkeyrange-expected.txt6 PASS 'lower' in webkitIDBKeyRange is false
16 PASS 'lower' in instance is true
26 PASS keyRange.lower is 1
31 PASS keyRange.lower is 3.14
36 PASS keyRange.lower is 'a'
41 PASS keyRange.lower is 10
46 PASS keyRange.lower is 11
51 PASS keyRange.lower is 12
56 PASS keyRange.lower is 10.1
61 PASS keyRange.lower is 11.2
[all …]
Dobjectstore-cursor-expected.txt23 Next test: lower open bound is 0; sorted ascending.
32 Next test: lower bound is 0; sorted ascending.
49 Next test: lower open bound is 0; sorted descending.
58 Next test: lower bound is 0; sorted descending.
75 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
83 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
92 Next test: lower bound is 0; upper open bound is 6; sorted ascending.
101 Next test: lower bound is 0; upper bound is 6; sorted ascending.
111 Next test: lower open bound is 0; upper open bound is 6; sorted descending.
119 Next test: lower open bound is 0; upper bound is 6; sorted descending.
[all …]
Dindex-cursor-expected.txt25 Next test: lower open bound is 0; sorted ascending.
40 Next test: lower bound is 0; sorted ascending.
69 Next test: lower open bound is 0; sorted descending.
84 Next test: lower bound is 0; sorted descending.
113 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
124 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
139 Next test: lower bound is 0; upper open bound is 6; sorted ascending.
154 Next test: lower bound is 0; upper bound is 6; sorted ascending.
173 Next test: lower open bound is 0; upper open bound is 6; sorted descending.
184 Next test: lower open bound is 0; upper bound is 6; sorted descending.
[all …]
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp182 String lower = feature.lower(); in hasFeature() local
183 if (lower == "core" || lower == "html" || lower == "xml" || lower == "xhtml") in hasFeature()
185 if (lower == "css" in hasFeature()
186 || lower == "css2" in hasFeature()
187 || lower == "events" in hasFeature()
188 || lower == "htmlevents" in hasFeature()
189 || lower == "mouseevents" in hasFeature()
190 || lower == "mutationevents" in hasFeature()
191 || lower == "range" in hasFeature()
192 || lower == "stylesheets" in hasFeature()
[all …]
/external/mesa3d/src/glsl/
Dlower_jumps.cpp255 bool lower; in should_lower_jump() local
259 lower = false; /* don't change this, code relies on it */ in should_lower_jump()
262 lower = lower_continue; in should_lower_jump()
269 lower = false; in should_lower_jump()
271 lower = lower_break; in should_lower_jump()
276 lower = false; in should_lower_jump()
278 lower = lower_main_return; in should_lower_jump()
280 lower = lower_sub_return; in should_lower_jump()
283 return lower; in should_lower_jump()
362 int lower; in visit() local
[all …]
/external/srec/srec/ca/
Dvoc_basi.c122 char lower[128]; in CA_CheckEntryInDictionary() local
124 if (i >= sizeof(lower) - 1) return -1; in CA_CheckEntryInDictionary()
125 lower[i] = tolower(label[i]); in CA_CheckEntryInDictionary()
127 lower[i] = 0; in CA_CheckEntryInDictionary()
128 pronCount = get_prons(&hVocab->voc, lower, prons, sizeof(prons)); in CA_CheckEntryInDictionary()
165 char lower[128]; in CA_GetFullEntryInDictionary() local
167 if (i >= sizeof(lower) - 1) return -1; in CA_GetFullEntryInDictionary()
168 lower[i] = tolower((unsigned char)label[i]); in CA_GetFullEntryInDictionary()
170 lower[i] = 0; in CA_GetFullEntryInDictionary()
171 pronCount = get_prons(&hVocab->voc, lower, pron, pronMaxSize); in CA_GetFullEntryInDictionary()
/external/stlport/src/
Dctype.cpp143 ctype_base::mask(alpha | print | lower | xdigit) /* a */, in classic_table()
144 ctype_base::mask(alpha | print | lower | xdigit) /* b */, in classic_table()
145 ctype_base::mask(alpha | print | lower | xdigit) /* c */, in classic_table()
146 ctype_base::mask(alpha | print | lower | xdigit) /* d */, in classic_table()
147 ctype_base::mask(alpha | print | lower | xdigit) /* e */, in classic_table()
148 ctype_base::mask(alpha | print | lower | xdigit) /* f */, in classic_table()
149 ctype_base::mask(alpha | print | lower) /* g */, in classic_table()
150 ctype_base::mask(alpha | print | lower) /* h */, in classic_table()
151 ctype_base::mask(alpha | print | lower) /* i */, in classic_table()
152 ctype_base::mask(alpha | print | lower) /* j */, in classic_table()
[all …]
/external/icu4c/i18n/
Ducol_wgt.cpp159 … WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ in getWeightRanges() local
193 uprv_memset(lower, 0, sizeof(lower)); in getWeightRanges()
215 lower[length].start=incWeightTrail(weight, length); in getWeightRanges()
216 lower[length].end=setWeightTrail(weight, length, maxByte); in getWeightRanges()
217 lower[length].length=length; in getWeightRanges()
218 lower[length].count=maxByte-trail; in getWeightRanges()
250 if(lower[length].count>0 && upper[length].count>0) { in getWeightRanges()
252 end=lower[length].end; in getWeightRanges()
256 start=lower[length].start; in getWeightRanges()
257 end=lower[length].end=upper[length].end; in getWeightRanges()
[all …]
/external/icu4c/data/translit/
DBulgarian_Latin_BGN.txt18 $lower = [$lowerConsonants $lowerVowels] ;
19 $bulgarian = [ $lower $upperConsonants $upperVowels ] ;
33 Ж} $lower → Zh ; # CYRILLIC CAPITAL LETTER ZHE
67 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
70 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
73 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
79 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
82 Щ} $lower → Sht ; # CYRILLIC CAPITAL LETTER SHCHA
90 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
93 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
[all …]
DMongolian_Latin_BGN.txt19 $lower = [$lowerConsonants $lowerVowels] ;
31 Е} $lower → Yö ; # CYRILLIC CAPITAL LETTER IE
34 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
39 З} $lower → Dz ; # CYRILLIC CAPITAL LETTER ZE
74 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
77 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
83 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
86 Щ} $lower → Shch ; # CYRILLIC CAPITAL LETTER SHCHA
97 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
100 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
DArmenian_Latin_BGN.txt18 $lower = [$lowerConsonants $lowerVowels] ;
60 Ժ} $lower → Zh ; # ARMENIAN CAPITAL LETTER ZHE
67 Խ} $lower → Kh ; # ARMENIAN CAPITAL LETTER XEH
70 Ծ} $lower → Ts ; # ARMENIAN CAPITAL LETTER CA
77 Ձ} $lower → Dz ; # ARMENIAN CAPITAL LETTER JA
80 Ղ} $lower → Gh ; # ARMENIAN CAPITAL LETTER GHAD
83 Ճ} $lower → Ch ; # ARMENIAN CAPITAL LETTER CHEH
92 Շ} $lower → Sh ; # ARMENIAN CAPITAL LETTER SHA
95 Ու} $lower → U ; # ARMENIAN CAPITAL LETTER VO + SMALL YIWN
101 $wordBoundary{Ո}$lower → Vo ; # ARMENIAN CAPITAL LETTER VO
[all …]
DUkrainian_Latin_BGN.txt20 $lower = [$lowerConsonants $lowerVowels] ;
36 Є} $lower → Ye ; # CYRILLIC CAPITAL LETTER UKRAINIAN IE
39 Ж} $lower → Zh ; # CYRILLIC CAPITAL LETTER ZHE
51 Ї} $lower → Yi ; # CYRILLIC CAPITAL LETTER YI
87 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
93 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
96 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
102 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
105 Щ} $lower → Shch ; # CYRILLIC CAPITAL LETTER SHCHA
108 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
[all …]
DKirghiz_Latin_BGN.txt20 $lower = [$lowerConsonants $lowerVowels] ;
34 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
56 Ң} $lower → Ng ; # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
77 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
80 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
83 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
89 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
92 Щ} $lower → Shch ; # CYRILLIC CAPITAL LETTER SHCHA
103 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
106 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
DKazakh_Latin_BGN.txt20 $lower = [$lowerConsonants $lowerVowels] ;
35 Ғ} $lower → Gh ; # CYRILLIC CAPITAL LETTER GHE WITH STROKE
42 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
45 Ж} $lower → Zh ; # CYRILLIC CAPITAL LETTER ZHE
73 Ң} $lower → Ng ; # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
99 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
107 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
110 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
116 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
119 Щ} $lower → Shch ; # CYRILLIC CAPITAL LETTER SHCHA
[all …]
DTurkmen_Latin_BGN.txt19 $lower = [$lowerConsonants $lowerVowels] ;
38 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
41 Ж} $lower → Zh ; # CYRILLIC CAPITAL LETTER ZHE
64 Ң} $lower → Ng ; # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
93 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
96 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
102 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
105 Щ} $lower → Shch ; # CYRILLIC CAPITAL LETTER SHCHA
118 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
121 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
DBelarusian_Latin_BGN.txt20 $lower = [$lowerConsonants $lowerVowels] ;
32 Е} $lower → Ye ; # CYRILLIC CAPITAL LETTER IE
35 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
38 Ж} $lower → Zh ; # CYRILLIC CAPITAL LETTER ZHE
83 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
89 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
92 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
101 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
104 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
DUzbek_Latin_BGN.txt20 $lower = [$lowerConsonants $lowerVowels] ;
44 Ё} $lower → Yo ; # CYRILLIC CAPITAL LETTER IO
83 Х} $lower → Kh ; # CYRILLIC CAPITAL LETTER HA
89 Ц} $lower → Ts ; # CYRILLIC CAPITAL LETTER TSE
92 Ч} $lower → Ch ; # CYRILLIC CAPITAL LETTER CHE
95 Ш} $lower → Sh ; # CYRILLIC CAPITAL LETTER SHA
104 Ю} $lower → Yu ; # CYRILLIC CAPITAL LETTER YU
107 Я} $lower → Ya ; # CYRILLIC CAPITAL LETTER YA
114 Ғ} $lower → Gh ; # CYRILLIC CAPITAL LETTER GHE WITH STROKE
/external/webkit/Source/WebKit/chromium/src/
DWebIDBKeyRange.cpp44 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool up… in assign() argument
46 if (lower.type() == WebIDBKey::InvalidType && upper.type() == WebIDBKey::InvalidType) in assign()
49 m_private = IDBKeyRange::create(lower, upper, lowerOpen, upperOpen); in assign()
57 WebIDBKey WebIDBKeyRange::lower() const in lower() function in WebKit::WebIDBKeyRange
61 return m_private->lower(); in lower()
/external/webkit/Source/WebCore/storage/
DIDBKeyRange.h40 …static PassRefPtr<IDBKeyRange> create(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool low… in create() argument
42 return adoptRef(new IDBKeyRange(lower, upper, lowerOpen, upperOpen)); in create()
46 PassRefPtr<IDBKey> lower() const { return m_lower; } in lower() function
54 …static PassRefPtr<IDBKeyRange> bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowe…
57 IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen);
DIDBKeyRange.cpp35 IDBKeyRange::IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool u… in IDBKeyRange() argument
36 : m_lower(lower) in IDBKeyRange()
59 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool… in bound() argument
61 return IDBKeyRange::create(lower, upper, lowerOpen, upperOpen); in bound()
/external/webkit/Source/WebCore/page/
DOriginAccessEntry.cpp39 : m_protocol(protocol.lower()) in OriginAccessEntry()
40 , m_host(host.lower()) in OriginAccessEntry()
51 ASSERT(origin.host() == origin.host().lower()); in matchesOrigin()
52 ASSERT(origin.protocol() == origin.protocol().lower()); in matchesOrigin()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBKeyRange.h44 …WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { a… in WebIDBKeyRange() argument
46 WEBKIT_API WebIDBKey lower() const;
52 …WEBKIT_API void assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperO…

12345678910>>...24