OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compositionslist
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
816
const uint16_t *
compositionsList
;
824
compositionsList
=NULL; // used as indicator for whether we have a forward-combining starter
835
compositionsList
!=NULL &&
875
compositionsList
=NULL;
877
} else if((compositeAndFwd=combine(
compositionsList
, c))>=0) {
934
compositionsList
=
937
compositionsList
=NULL;
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.cpp
918
const uint16_t *
compositionsList
;
926
compositionsList
=NULL; // used as indicator for whether we have a forward-combining starter
937
compositionsList
!=NULL &&
[
all
...]
Completed in 6811 milliseconds