Home
last modified time | relevance | path

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

/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/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.java822 long ce1, ce2; in setVariableTop() local
825 ce1 = ci.nextCE(); in setVariableTop()
829 ce1 = ci.nextCE(); in setVariableTop()
832 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
835 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/icu4c/source/test/intltest/
Dcollationtest.cpp274 int64_t ce1 = ci1.nextCE(errorCode); in TestNulTerminated() local
279 if(ce1 != ce2) { in TestNulTerminated()
283 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/src/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile44.expect.bz2
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1898 6ce1 c 60 8
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym1212 PUBLIC 37ce1 8 EnumSystemLocalesA
4223 STACK WIN 4 37ce1 16 5 0 8 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 .…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym9635 7ce1 b 340 2371
14333 11ce1 a 1853 1271
/external/google-breakpad/src/processor/testdata/
Dmodule0.out9635 7ce1 b 340 2371
14333 11ce1 a 1853 1271