OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasCompBoundaryBefore
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
[
all
...]
normalizer2impl.h
356
UBool
hasCompBoundaryBefore
(UChar32 c) const {
357
return c<minCompNoMaybeCP ||
hasCompBoundaryBefore
(c, getNorm16(c));
465
UBool
hasCompBoundaryBefore
(UChar32 c, uint16_t norm16) const;
/external/icu4c/common/
normalizer2impl.cpp
[
all
...]
normalizer2impl.h
451
UBool
hasCompBoundaryBefore
(UChar32 c) const {
452
return c<minCompNoMaybeCP ||
hasCompBoundaryBefore
(c, getNorm16(c));
559
UBool
hasCompBoundaryBefore
(UChar32 c, uint16_t norm16) const;
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 33 milliseconds