Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.h88 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, uint8_t highCC) const;
Dn2builder.cpp411 uint8_t lowCC, uint8_t highCC) const { in combinesWithCCBetween() argument
412 if((highCC-lowCC)>=2) { in combinesWithCCBetween()
417 if(lowCC<trailCC && trailCC<highCC) { in combinesWithCCBetween()