OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
[
all
...]
/external/chromium_org/third_party/icu/source/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 112 milliseconds