Home
last modified time | relevance | path

Searched refs:ce0 (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationFastLatinBuilder.java68 ce0 = 0; in CollationFastLatinBuilder()
211 charCEs[i][0] = ce0; in getCEs()
213 addUniqueCE(ce0); in getCEs()
217 charCEs[i][0] = ce0 = Collation.NO_CE; in getCEs()
220 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
224 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
237 ce0 = Collation.ceFromCE32(ce32); in getCEsFromCE32()
241 ce0 = Collation.latinCE0FromCE32(ce32); in getCEsFromCE32()
248 ce0 = Collation.ceFromCE32(data.ce32s[index]); in getCEsFromCE32()
261 ce0 = data.ces[index]; in getCEsFromCE32()
[all …]
DCollationDataBuilder.java146 long ce0 = ces[0]; in encodeCEs() local
148 long p0 = ce0 >>> 32; in encodeCEs()
149 if((ce0 & 0xffffffffff00ffL) == Collation.COMMON_SECONDARY_CE && in encodeCEs()
155 (((int)ce0 & 0xff00) << 8) | in encodeCEs()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java67 ce0 = 0; in CollationFastLatinBuilder()
210 charCEs[i][0] = ce0; in getCEs()
212 addUniqueCE(ce0); in getCEs()
216 charCEs[i][0] = ce0 = Collation.NO_CE; in getCEs()
219 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
223 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1); in getCEs()
236 ce0 = Collation.ceFromCE32(ce32); in getCEsFromCE32()
240 ce0 = Collation.latinCE0FromCE32(ce32); in getCEsFromCE32()
247 ce0 = Collation.ceFromCE32(data.ce32s[index]); in getCEsFromCE32()
260 ce0 = data.ces[index]; in getCEsFromCE32()
[all …]
DCollationDataBuilder.java145 long ce0 = ces[0]; in encodeCEs() local
147 long p0 = ce0 >>> 32; in encodeCEs()
148 if((ce0 & 0xffffffffff00ffL) == Collation.COMMON_SECONDARY_CE && in encodeCEs()
154 (((int)ce0 & 0xff00) << 8) | in encodeCEs()
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatinbuilder.cpp90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
223 charCEs[i][0] = ce0; in getCEs()
225 addUniqueCE(ce0, errorCode); in getCEs()
229 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
232 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
252 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
256 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
263 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
276 ce0 = ces[0]; in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h72 int64_t ce0, ce1; variable
Dcollationdatabuilder.cpp681 int64_t ce0 = ces[0]; in encodeCEs() local
683 uint32_t p0 = (uint32_t)(ce0 >> 32); in encodeCEs()
684 if((ce0 & INT64_C(0xffffffffff00ff)) == Collation::COMMON_SECONDARY_CE && in encodeCEs()
690 (((uint32_t)ce0 & 0xff00u) << 8) | in encodeCEs()
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
223 charCEs[i][0] = ce0; in getCEs()
225 addUniqueCE(ce0, errorCode); in getCEs()
229 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
232 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
252 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
256 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
263 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
276 ce0 = ces[0]; in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h72 int64_t ce0, ce1; variable
Dcollationdatabuilder.cpp681 int64_t ce0 = ces[0]; in encodeCEs() local
683 uint32_t p0 = (uint32_t)(ce0 >> 32); in encodeCEs()
684 if((ce0 & INT64_C(0xffffffffff00ff)) == Collation::COMMON_SECONDARY_CE && in encodeCEs()
690 (((uint32_t)ce0 & 0xff00u) << 8) | in encodeCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.cpp90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
223 charCEs[i][0] = ce0; in getCEs()
225 addUniqueCE(ce0, errorCode); in getCEs()
229 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
232 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
252 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
256 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
263 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
276 ce0 = ces[0]; in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h72 int64_t ce0, ce1; variable
Dcollationdatabuilder.cpp681 int64_t ce0 = ces[0]; in encodeCEs() local
683 uint32_t p0 = (uint32_t)(ce0 >> 32); in encodeCEs()
684 if((ce0 & INT64_C(0xffffffffff00ff)) == Collation::COMMON_SECONDARY_CE && in encodeCEs()
690 (((uint32_t)ce0 & 0xff00u) << 8) | in encodeCEs()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.cpp90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
223 charCEs[i][0] = ce0; in getCEs()
225 addUniqueCE(ce0, errorCode); in getCEs()
229 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
232 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
252 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
256 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
263 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
276 ce0 = ces[0]; in getCEsFromCE32()
[all …]
Dcollationfastlatinbuilder.h72 int64_t ce0, ce1; variable
Dcollationdatabuilder.cpp675 int64_t ce0 = ces[0]; in encodeCEs() local
677 uint32_t p0 = (uint32_t)(ce0 >> 32); in encodeCEs()
678 if((ce0 & INT64_C(0xffffffffff00ff)) == Collation::COMMON_SECONDARY_CE && in encodeCEs()
684 (((uint32_t)ce0 & 0xff00u) << 8) | in encodeCEs()
/third_party/typescript/tests/baselines/reference/
DuniqueSymbols.js256 const ce0 = class { class
448 const ce0 = class {
DuniqueSymbols.types890 const ce0 = class {
891 >ce0 : typeof ce0
892 …n p; } method2(p: I["readonlyType"]): I["readonlyType"] { return p; }} : typeof ce0
DuniqueSymbols.symbols830 const ce0 = class {
831 >ce0 : Symbol(ce0, Decl(uniqueSymbols.ts, 254, 5))
834 >method1 : Symbol(ce0.method1, Decl(uniqueSymbols.ts, 254, 19))
843 >method2 : Symbol(ce0.method2, Decl(uniqueSymbols.ts, 257, 5))
/third_party/typescript/tests/cases/conformance/types/uniqueSymbol/
DuniqueSymbols.ts259 const ce0 = class { constant
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dcrash.log2703 000ce0: 89ce5ef3 0621257b 92a9080c 00415736 |.^..{%!.....6WA.|
3293 000ce0: 6ecd8296 cba3f07e 82f68880 03308d27 |...n~.......'.0.|
3650 000ce0: ffeb5d6e f4ebb42b f9abfc2a bcb2257e |n]..+...*...~%..|
3906 001ce0: bbf7e8d3 7f9ef655 11316cb4 a7bb9bff |....U....l1.....|
4331 000ce0: 7ffcfb6f 6dabe333 dcb27449 d4fec6cd |o...3..mIt......|
4587 001ce0: 97efdce6 e54f596f 8efd3f15 fef4ff47 |....oYO..?..G...|
4855 000ce0: deafbead deafbead deafbead deafbead |................|
5111 001ce0: 00000000 00000000 00000000 00000000 |................|
Des2gears-a320.log187 t0 write RB_FRAME_BUFFER_DIMENSION (0ce0)
189 11848884: 0000: 00000ce0 004b012c
1531 11842ce0: 0000: 0000057f 00002eee
10802 11846ce0: 0000: 000021ed ffffffff
14720 t0 write RB_FRAME_BUFFER_DIMENSION (0ce0)
14721 NEEDS WFI: RB_FRAME_BUFFER_DIMENSION (ce0)
14723 11848b44: 0000: 00000ce0 004b012c
14867 11848ce0: 0000: 000022ec 00000000
Dglxgears-a420.log173 t0 write RB_FRAME_BUFFER_DIMENSION (0ce0)
175 108ce1e0: 0000: 00000ce0 012c012c
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch191166 z#9ce0!(!o(y+vL~+?wmD384sNWFNKnP_Ru#HE)yq!jL>{`_?u&Q{7jY%PyY#H&+R!