Home
last modified time | relevance | path

Searched refs:ce1 (Results 1 – 25 of 31) sorted by relevance

12

/external/libcxx/test/std/experimental/string.view/string.view.iterators/
Drend.pass.cpp23 typename S::const_reverse_iterator ce1 = cs.rend(); in test() local
29 assert(ce1 == cs.rbegin()); in test()
35 assert(ce1 != cs.rbegin()); in test()
40 assert(ce1 - cs.rbegin() == cs.size()); in test()
43 assert( e == ce1); in test()
45 assert(ce1 == ce2); in test()
Dend.pass.cpp23 typename S::const_iterator ce1 = cs.end(); in test() local
29 assert(ce1 == cs.begin()); in test()
35 assert(ce1 != cs.begin()); in test()
40 assert(ce1 - cs.begin() == cs.size()); in test()
43 assert( e == ce1); in test()
45 assert(ce1 == ce2); in test()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatinBuilder.java67 ce1 = 0; in CollationFastLatinBuilder()
210 charCEs[i][1] = ce1; in getCEs()
212 addUniqueCE(ce1); in getCEs()
216 charCEs[i][1] = ce1 = 0; in getCEs()
222 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
233 ce1 = 0; in getCEsFromCE32()
240 ce1 = Collation.latinCE1FromCE32(ce32); in getCEsFromCE32()
248 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]); in getCEsFromCE32()
261 ce1 = data.ces[index + 1]; in getCEsFromCE32()
285 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
DCollationDataBuilder.java145 long ce1 = ces[1]; in encodeCEs() local
148 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE && in encodeCEs()
154 (((int)ce1 >> 16) & 0xff00) | in encodeCEs()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java66 ce1 = 0; in CollationFastLatinBuilder()
209 charCEs[i][1] = ce1; in getCEs()
211 addUniqueCE(ce1); in getCEs()
215 charCEs[i][1] = ce1 = 0; in getCEs()
221 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
232 ce1 = 0; in getCEsFromCE32()
239 ce1 = Collation.latinCE1FromCE32(ce32); in getCEsFromCE32()
247 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]); in getCEsFromCE32()
260 ce1 = data.ces[index + 1]; in getCEsFromCE32()
284 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
DCollationDataBuilder.java144 long ce1 = ces[1]; in encodeCEs() local
147 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE && in encodeCEs()
153 (((int)ce1 >> 16) & 0xff00) | in encodeCEs()
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp88 : ce0(0), ce1(0), in CollationFastLatinBuilder()
222 charCEs[i][1] = ce1; in getCEs()
224 addUniqueCE(ce1, errorCode); in getCEs()
228 charCEs[i][1] = ce1 = 0; in getCEs()
234 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
248 ce1 = 0; in getCEsFromCE32()
255 ce1 = Collation::latinCE1FromCE32(ce32); in getCEsFromCE32()
263 ce1 = Collation::ceFromCE32(ce32s[1]); in getCEsFromCE32()
276 ce1 = ces[1]; in getCEsFromCE32()
300 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h69 int64_t ce0, ce1; variable
Drulebasedcollator.cpp578 int64_t ce1, ce2; in setVariableTop() local
581 ce1 = ci.nextCE(errorCode); in setVariableTop()
585 ce1 = ci.nextCE(errorCode); in setVariableTop()
588 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) { in setVariableTop()
592 setVariableTop((uint32_t)(ce1 >> 32), errorCode); in setVariableTop()
Dcollationdatabuilder.cpp674 int64_t ce1 = ces[1]; in encodeCEs() local
677 (ce1 & INT64_C(0xffffffff00ffffff)) == Collation::COMMON_TERTIARY_CE && in encodeCEs()
683 (uint32_t)(ce1 >> 16) | in encodeCEs()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp59 …Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to … in float_to_int() local
105 …Agg<float> ce1 = { Convert<double>(1e300) }; // expected-warning {{constant expression evaluates t… in shrink_float() local
126 …Agg<float> ce1 = { Convert<int>(123456789) }; // expected-warning {{constant expression evaluates … in int_to_float() local
170 …Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to … in shrink_int() local
Dp7-0x.cpp58 …Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'c… in float_to_int() local
107 …Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to … in shrink_float() local
128 …Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to… in int_to_float() local
172 …Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 10… in shrink_int() local
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp13 Constexpr1 ce1; member
15 constexpr Constexpr2(const Constexpr2 &o) : ce1(o.ce1) {} in Constexpr2()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java806 long ce1, ce2; in setVariableTop() local
809 ce1 = ci.nextCE(); in setVariableTop()
813 ce1 = ci.nextCE(); in setVariableTop()
816 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
819 internalSetVariableTop(ce1 >>> 32); in setVariableTop()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java784 long ce1, ce2; in setVariableTop() local
787 ce1 = ci.nextCE(); in setVariableTop()
791 ce1 = ci.nextCE(); in setVariableTop()
794 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
797 internalSetVariableTop(ce1 >>> 32); in setVariableTop()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1158 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1162 while (ce1 != CollationElementIterator.NULLORDER in TestJ3087()
1164 ce1 = iter1.next(); in TestJ3087()
1166 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
2977 int ce1, ce2; in TestHungarianTailoring() local
2978 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER && in TestHungarianTailoring()
2980 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java369 long ce1 = ci1.nextCE(); in TestSubSequence() local
372 if (ce1 != ce2) { in TestSubSequence()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1162 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1166 while (ce1 != CollationElementIterator.NULLORDER in TestJ3087()
1168 ce1 = iter1.next(); in TestJ3087()
1170 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
2981 int ce1, ce2; in TestHungarianTailoring() local
2982 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER && in TestHungarianTailoring()
2984 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java373 long ce1 = ci1.nextCE(); in TestSubSequence() local
376 if (ce1 != ce2) { in TestSubSequence()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp271 int64_t ce1 = ci1.nextCE(errorCode); in TestNulTerminated() local
276 if(ce1 != ce2) { in TestNulTerminated()
280 if(ce1 == Collation::NO_CE) { break; } in TestNulTerminated()
/external/icu/icu4c/source/data/translit/
DLatin_Bopomofo.txt1164 ce1 ← ㄘㄜ;
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym1749 4ce1 d 39 1913
2878 STACK WIN 4 4ce1 85 7 0 4 8 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T0 …
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym2211 7ce1 2 1687 23
5943 STACK CFI 8ce1 .cfa: $rsp 24 +
/external/elfutils/tests/
Dtestfile45.expect.bz2
/external/libevent/
DChangeLog999 …o Eradicated the last free() call. Let mm_free() take care of deallocation. (0546ce1 Jardel Weyric…

12