Home
last modified time | relevance | path

Searched refs:getCanonValue (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2650 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const { in getCanonValue() function in Normalizer2Impl
2659 return getCanonValue(c)>=0; in isCanonSegmentStarter()
2663 int32_t canonValue=getCanonValue(c)&~CANON_NOT_SEGMENT_STARTER; in getCanonStartSet()
Dnormalizer2impl.h707 int32_t getCanonValue(UChar32 c) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2507 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const { in getCanonValue() function in Normalizer2Impl
2516 return getCanonValue(c)>=0; in isCanonSegmentStarter()
2520 int32_t canonValue=getCanonValue(c)&~CANON_NOT_SEGMENT_STARTER; in getCanonStartSet()
Dnormalizer2impl.h698 int32_t getCanonValue(UChar32 c) const;
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp2650 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const { in getCanonValue() function in Normalizer2Impl
2659 return getCanonValue(c)>=0; in isCanonSegmentStarter()
2663 int32_t canonValue=getCanonValue(c)&~CANON_NOT_SEGMENT_STARTER; in getCanonStartSet()
Dnormalizer2impl.h707 int32_t getCanonValue(UChar32 c) const;
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp2650 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const { in getCanonValue() function in Normalizer2Impl
2659 return getCanonValue(c)>=0; in isCanonSegmentStarter()
2663 int32_t canonValue=getCanonValue(c)&~CANON_NOT_SEGMENT_STARTER; in getCanonStartSet()
Dnormalizer2impl.h707 int32_t getCanonValue(UChar32 c) const;