OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEi
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/genuca/
genuca.cpp
532
uint32_t
CEi
= 1;
534
if(2*
CEi
<element->sizePrim[i]) {
535
value |= ((hex2num(*(primary+4*
CEi
))&0xF)<<28);
536
value |= ((hex2num(*(primary+4*
CEi
+1))&0xF)<<24);
539
if(2*
CEi
+1<element->sizePrim[i]) {
540
value |= ((hex2num(*(primary+4*
CEi
+2))&0xF)<<20);
541
value |= ((hex2num(*(primary+4*
CEi
+3))&0xF)<<16);
544
if(
CEi
<element->sizeSec[i]) {
545
value |= ((hex2num(*(secondary+2*
CEi
))&0xF)<<12);
546
value |= ((hex2num(*(secondary+2*
CEi
+1))&0xF)<<8)
[
all
...]
/external/icu4c/test/cintltst/
citertst.c
[
all
...]
/external/icu4c/i18n/
ucol_bld.cpp
680
uint32_t
CEi
= 0;
683
while(2*
CEi
<noOfBytes[0] ||
CEi
<noOfBytes[1] ||
CEi
<noOfBytes[2]) {
684
if(
CEi
> 0) {
690
if(2*
CEi
<noOfBytes[0]) {
691
value |= ((CEparts[0]>>(32-16*(
CEi
+1))) & 0xFFFF) << 16;
693
if(
CEi
<noOfBytes[1]) {
694
value |= ((CEparts[1]>>(32-8*(
CEi
+1))) & 0xFF) << 8;
696
if(
CEi
<noOfBytes[2])
[
all
...]
Completed in 46 milliseconds