Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatinBuilder.java69 ce1 = 0; in CollationFastLatinBuilder()
212 charCEs[i][1] = ce1; in getCEs()
214 addUniqueCE(ce1); in getCEs()
218 charCEs[i][1] = ce1 = 0; in getCEs()
224 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
235 ce1 = 0; in getCEsFromCE32()
242 ce1 = Collation.latinCE1FromCE32(ce32); in getCEsFromCE32()
250 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]); in getCEsFromCE32()
263 ce1 = data.ces[index + 1]; in getCEsFromCE32()
287 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
DCollationDataBuilder.java147 long ce1 = ces[1]; in encodeCEs() local
150 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE && in encodeCEs()
156 (((int)ce1 >> 16) & 0xff00) | in encodeCEs()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java68 ce1 = 0; in CollationFastLatinBuilder()
211 charCEs[i][1] = ce1; in getCEs()
213 addUniqueCE(ce1); in getCEs()
217 charCEs[i][1] = ce1 = 0; in getCEs()
223 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
234 ce1 = 0; in getCEsFromCE32()
241 ce1 = Collation.latinCE1FromCE32(ce32); in getCEsFromCE32()
249 ce1 = Collation.ceFromCE32(data.ce32s[index + 1]); in getCEsFromCE32()
262 ce1 = data.ces[index + 1]; in getCEsFromCE32()
286 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
DCollationDataBuilder.java146 long ce1 = ces[1]; in encodeCEs() local
149 (ce1 & 0xffffffff00ffffffL) == Collation.COMMON_TERTIARY_CE && in encodeCEs()
155 (((int)ce1 >> 16) & 0xff00) | in encodeCEs()
/external/libcxx/test/std/strings/string.view/string.view.iterators/
Drend.pass.cpp26 typename S::const_reverse_iterator ce1 = cs.rend(); in test() local
32 assert(ce1 == cs.rbegin()); in test()
38 assert(ce1 != cs.rbegin()); in test()
43 assert(static_cast<std::size_t>(ce1 - cs.rbegin()) == cs.size()); in test()
46 assert( e == ce1); in test()
48 assert(ce1 == ce2); in test()
Dend.pass.cpp26 typename S::const_iterator ce1 = cs.end(); in test() local
32 assert(ce1 == cs.begin()); in test()
38 assert(ce1 != cs.begin()); in test()
43 assert(static_cast<std::size_t>(ce1 - cs.begin()) == cs.size()); in test()
46 assert( e == ce1); in test()
48 assert(ce1 == ce2); in test()
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
224 charCEs[i][1] = ce1; in getCEs()
226 addUniqueCE(ce1, errorCode); in getCEs()
230 charCEs[i][1] = ce1 = 0; in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
250 ce1 = 0; in getCEsFromCE32()
257 ce1 = Collation::latinCE1FromCE32(ce32); in getCEsFromCE32()
265 ce1 = Collation::ceFromCE32(ce32s[1]); in getCEsFromCE32()
278 ce1 = ces[1]; in getCEsFromCE32()
302 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h72 int64_t ce0, ce1; variable
Drulebasedcollator.cpp580 int64_t ce1, ce2; in setVariableTop() local
583 ce1 = ci.nextCE(errorCode); in setVariableTop()
587 ce1 = ci.nextCE(errorCode); in setVariableTop()
590 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) { in setVariableTop()
594 setVariableTop((uint32_t)(ce1 >> 32), errorCode); in setVariableTop()
Dcollationdatabuilder.cpp676 int64_t ce1 = ces[1]; in encodeCEs() local
679 (ce1 & INT64_C(0xffffffff00ffffff)) == Collation::COMMON_TERTIARY_CE && in encodeCEs()
685 (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.java808 long ce1, ce2; in setVariableTop() local
811 ce1 = ci.nextCE(); in setVariableTop()
815 ce1 = ci.nextCE(); in setVariableTop()
818 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
821 internalSetVariableTop(ce1 >>> 32); in setVariableTop()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java786 long ce1, ce2; in setVariableTop() local
789 ce1 = ci.nextCE(); in setVariableTop()
793 ce1 = ci.nextCE(); in setVariableTop()
796 if(ce1 == Collation.NO_CE || ce2 != Collation.NO_CE) { in setVariableTop()
799 internalSetVariableTop(ce1 >>> 32); in setVariableTop()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1185 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1189 while (ce1 != CollationElementIterator.NULLORDER in TestJ3087()
1191 ce1 = iter1.next(); in TestJ3087()
1193 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
3048 int ce1, ce2; in TestHungarianTailoring() local
3049 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER && in TestHungarianTailoring()
3051 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java351 long ce1 = ci1.nextCE(); in TestSubSequence() local
354 if (ce1 != ce2) { in TestSubSequence()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1188 int ce1 = CollationElementIterator.IGNORABLE; in TestJ3087() local
1192 while (ce1 != CollationElementIterator.NULLORDER in TestJ3087()
1194 ce1 = iter1.next(); in TestJ3087()
1196 if ((ce1 & mask) != (ce2 & mask)) { in TestJ3087()
3051 int ce1, ce2; in TestHungarianTailoring() local
3052 while((ce1 = iter1.next()) != CollationElementIterator.NULLORDER && in TestHungarianTailoring()
3054 if (ce1 > ce2) { in TestHungarianTailoring()
DCollationTest.java354 long ce1 = ci1.nextCE(); in TestSubSequence() local
357 if (ce1 != ce2) { in TestSubSequence()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp273 int64_t ce1 = ci1.nextCE(errorCode); in TestNulTerminated() local
278 if(ce1 != ce2) { in TestNulTerminated()
282 if(ce1 == Collation::NO_CE) { break; } in TestNulTerminated()
/external/u-boot/arch/arm/dts/
Dam335x-rut.dts171 compatible = "ethernet-phy-id2000.5ce1";
/external/icu/icu4c/source/data/translit/
DLatn_Bopo.txt1162 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.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...

12