OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IX_MIN_COMP_NO_MAYBE_CP
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/gennorm2/
n2builder.cpp
880
if(isCompNoMaybe && start<indexes[Normalizer2Impl::
IX_MIN_COMP_NO_MAYBE_CP
]) {
881
indexes[Normalizer2Impl::
IX_MIN_COMP_NO_MAYBE_CP
]=start;
[
all
...]
/external/icu4c/common/
normalizer2impl.h
295
IX_MIN_COMP_NO_MAYBE_CP
,
674
* minCompNoMaybeCP=indexes[
IX_MIN_COMP_NO_MAYBE_CP
] is the lowest code point
normalizer2impl.cpp
301
minCompNoMaybeCP=inIndexes[
IX_MIN_COMP_NO_MAYBE_CP
];
[
all
...]
Completed in 18 milliseconds