Home
last modified time | relevance | path

Searched defs:hasBoundaryBefore (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dfilterednormalizer2.cpp234 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp93 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
257 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function in DecomposeNormalizer2
320 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in ComposeNormalizer2
355 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function in FCDNormalizer2