HomeSort by relevance Sort by last modified time
    Searched refs:hasDecompBoundary (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
normalizer2.cpp 309 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
310 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
    [all...]
normalizer2impl.h 448 UBool hasDecompBoundary(UChar32 c, UBool before) const;
normalizer2impl.cpp 666 // Note: hasDecompBoundary() could be implemented as aliases to
669 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const {
    [all...]

Completed in 125 milliseconds