Home
last modified time | relevance | path

Searched defs:hasBoundaryAfter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dfilterednormalizer2.cpp256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
Dnormalizer2.cpp115 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } in hasBoundaryAfter() function in DecomposeNormalizer2
377 virtual UBool hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in ComposeNormalizer2
413 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function in FCDNormalizer2
/external/icu/icu4c/source/common/
Dfilterednormalizer2.cpp256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
Dnormalizer2.cpp115 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } in hasBoundaryAfter() function in DecomposeNormalizer2
377 virtual UBool hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in ComposeNormalizer2
413 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function in FCDNormalizer2