Home
last modified time | relevance | path

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

/external/icu4c/common/
Dfilterednormalizer2.cpp229 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp89 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
238 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function in DecomposeNormalizer2
300 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in ComposeNormalizer2
334 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function in FCDNormalizer2