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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
    [all...]
normalizer2impl.h 448 UBool hasDecompBoundary(UChar32 c, UBool before) const;
normalizer2impl.cpp 665 // Note: hasDecompBoundary() could be implemented as aliases to
668 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const {
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
    [all...]
normalizer2impl.h 466 UBool hasDecompBoundary(UChar32 c, UBool before) const;
normalizer2impl.cpp 767 // Note: hasDecompBoundary() could be implemented as aliases to
770 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 44 milliseconds