OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basece
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp
258
uint32_t CE = lh->
baseCE
;
289
uint32_t CE = lh->
baseCE
;
347
if((lh->
baseCE
& 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->
baseCE
& 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
348
//if(lh->
baseCE
>= PRIMARY_IMPLICIT_MIN && lh->
baseCE
< PRIMARY_IMPLICIT_MAX ) { /* implicits - */
350
t1 = lh->
baseCE
;
365
//} else if(lh->
baseCE
== UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
367
t1 = lh->
baseCE
;
420
t1 = lh->
baseCE
;
[
all
...]
ucol_tok.cpp
[
all
...]
ucol_tok.h
54
uint32_t
baseCE
;
/external/icu4c/i18n/
ucol_bld.cpp
259
uint32_t CE = lh->
baseCE
;
290
uint32_t CE = lh->
baseCE
;
348
if((lh->
baseCE
& 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->
baseCE
& 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
349
//if(lh->
baseCE
>= PRIMARY_IMPLICIT_MIN && lh->
baseCE
< PRIMARY_IMPLICIT_MAX ) { /* implicits - */
351
t1 = lh->
baseCE
;
366
//} else if(lh->
baseCE
== UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
368
t1 = lh->
baseCE
;
421
t1 = lh->
baseCE
;
[
all
...]
ucol_tok.cpp
[
all
...]
ucol_tok.h
54
uint32_t
baseCE
;
/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
...]
/external/icu4c/test/cintltst/
cmsccoll.c
1088
uint32_t
baseCE
, baseContCE, nextCE, nextContCE, currCE, currContCE;
1137
baseCE
=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
[
all
...]
Completed in 231 milliseconds