Searched refs:getCanonValue (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2impl.cpp1885 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const { function in class:Normalizer2Impl
1895 return getCanonValue(c)>=0;
1899 int32_t canonValue=getCanonValue(c)&~CANON_NOT_SEGMENT_STARTER;
H A Dnormalizer2impl.h480 int32_t getCanonValue(UChar32 c) const;

Completed in 22 milliseconds