Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Dfilterednormalizer2.cpp251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp114 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function in DecomposeNormalizer2
374 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in ComposeNormalizer2
412 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function in FCDNormalizer2
/external/icu/icu4c/source/common/
Dfilterednormalizer2.cpp251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp114 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function in DecomposeNormalizer2
374 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in ComposeNormalizer2
412 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function in FCDNormalizer2