Searched refs:ce1 (Results 1 - 21 of 21) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.iterators/
H A Drend.pass.cpp23 typename S::const_reverse_iterator ce1 = cs.rend(); local
29 assert(ce1 == cs.rbegin());
35 assert(ce1 != cs.rbegin());
40 assert(ce1 - cs.rbegin() == cs.size());
43 assert( e == ce1);
45 assert(ce1 == ce2);
H A Dend.pass.cpp23 typename S::const_iterator ce1 = cs.end(); local
29 assert(ce1 == cs.begin());
35 assert(ce1 != cs.begin());
40 assert(ce1 - cs.begin() == cs.size());
43 assert( e == ce1);
45 assert(ce1 == ce2);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatinBuilder.java67 ce1 = 0;
210 charCEs[i][1] = ce1;
212 addUniqueCE(ce1);
216 charCEs[i][1] = ce1 = 0;
222 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1);
233 ce1 = 0;
240 ce1 = Collation.latinCE1FromCE32(ce32);
248 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]);
261 ce1 = data.ces[index + 1];
285 if(ce0 == 0) { return ce1
682 private long ce0, ce1; field in class:CollationFastLatinBuilder
[all...]
H A DCollationDataBuilder.java145 long ce1 = ces[1];
148 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE &&
154 (((int)ce1 >> 16) & 0xff00) |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java66 ce1 = 0;
209 charCEs[i][1] = ce1;
211 addUniqueCE(ce1);
215 charCEs[i][1] = ce1 = 0;
221 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1);
232 ce1 = 0;
239 ce1 = Collation.latinCE1FromCE32(ce32);
247 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]);
260 ce1 = data.ces[index + 1];
284 if(ce0 == 0) { return ce1
681 private long ce0, ce1; field in class:CollationFastLatinBuilder
[all...]
H A DCollationDataBuilder.java144 long ce1 = ces[1];
147 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE &&
153 (((int)ce1 >> 16) & 0xff00) |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{silence}} local
107 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
128 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
172 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} local
H A Dp7-cxx11-nowarn.cpp59 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected-note {{silence}} local
105 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-warning {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
126 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-warning {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
170 Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} local
/external/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp13 Constexpr1 ce1; member in struct:Constexpr2
15 constexpr Constexpr2(const Constexpr2 &o) : ce1(o.ce1) {}
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp88 : ce0(0), ce1(0),
222 charCEs[i][1] = ce1;
224 addUniqueCE(ce1, errorCode);
228 charCEs[i][1] = ce1 = 0;
234 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode);
248 ce1 = 0;
255 ce1 = Collation::latinCE1FromCE32(ce32);
263 ce1 = Collation::ceFromCE32(ce32s[1]);
276 ce1 = ces[1];
300 if(ce0 == 0) { return ce1
[all...]
H A Dcollationfastlatinbuilder.h69 int64_t ce0, ce1; member in class:CollationFastLatinBuilder
H A Drulebasedcollator.cpp578 int64_t ce1, ce2; local
581 ce1 = ci.nextCE(errorCode);
585 ce1 = ci.nextCE(errorCode);
588 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) {
592 setVariableTop((uint32_t)(ce1 >> 32), errorCode);
H A Dcollationdatabuilder.cpp674 int64_t ce1 = ces[1]; local
677 (ce1 & INT64_C(0xffffffff00ffffff)) == Collation::COMMON_TERTIARY_CE &&
683 (uint32_t)(ce1 >> 16) |
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java784 long ce1, ce2;
787 ce1 = ci.nextCE();
791 ce1 = ci.nextCE();
794 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) {
797 internalSetVariableTop(ce1 >>> 32);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java806 long ce1, ce2;
809 ce1 = ci.nextCE();
813 ce1 = ci.nextCE();
816 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) {
819 internalSetVariableTop(ce1 >>> 32);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java1162 int ce1 = CollationElementIterator.IGNORABLE;
1166 while (ce1 != CollationElementIterator.NULLORDER
1168 ce1 = iter1.next();
1170 if ((ce1 & mask) != (ce2 & mask)) {
2981 int ce1, ce2;
2982 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER &&
2984 if (ce1 > ce2) {
H A DCollationTest.java373 long ce1 = ci1.nextCE();
376 if (ce1 != ce2) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java1158 int ce1 = CollationElementIterator.IGNORABLE;
1162 while (ce1 != CollationElementIterator.NULLORDER
1164 ce1 = iter1.next();
1166 if ((ce1 & mask) != (ce2 & mask)) {
2977 int ce1, ce2;
2978 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER &&
2980 if (ce1 > ce2) {
H A DCollationTest.java369 long ce1 = ci1.nextCE();
372 if (ce1 != ce2) {
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp271 int64_t ce1 = ci1.nextCE(errorCode); local
276 if(ce1 != ce2) {
280 if(ce1 == Collation::NO_CE) { break; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 737 milliseconds