Searched defs:hasBoundaryBefore (Results 1 – 4 of 4) sorted by relevance
251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
114 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function in DecomposeNormalizer2374 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in ComposeNormalizer2412 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function in FCDNormalizer2