OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseContCE
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp
[
all
...]
ucol_tok.h
55
uint32_t
baseContCE
;
ucol_bld.cpp
259
uint32_t SecondCE = lh->
baseContCE
;
290
uint32_t SecondCE = lh->
baseContCE
;
351
t2 = lh->
baseContCE
& UCOL_REMOVE_CONTINUATION;
365
//} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->
baseContCE
== 0) {
368
t2 = lh->
baseContCE
&UCOL_REMOVE_CONTINUATION;
421
t2 = lh->
baseContCE
;
765
fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->
baseContCE
);
792
CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->
baseContCE
& UCOL_PRIMARYMASK) >> 16;
793
CEparts[UCOL_SECONDARY] = (lh->baseCE & UCOL_SECONDARYMASK) << 16 | (lh->
baseContCE
& UCOL_SECONDARYMASK) << 8;
794
CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->
baseContCE
)) << 16
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c
1085
uint32_t baseCE,
baseContCE
, nextCE, nextContCE, currCE, currContCE;
1134
baseCE=
baseContCE
=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 416 milliseconds