Home
last modified time | relevance | path

Searched refs:lowCC (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp142 UBool Norms::combinesWithCCBetween(const Norm &norm, uint8_t lowCC, int32_t highCC) const { in combinesWithCCBetween() argument
143 if((highCC-lowCC)>=2) { in combinesWithCCBetween()
148 if(lowCC<trailCC && trailCC<highCC) { in combinesWithCCBetween()
Dnorms.h171 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, int32_t highCC) const;