Home
last modified time | relevance | path

Searched refs:combinesWithCCBetween (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.h171 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, int32_t highCC) const;
Dnorms.cpp142 UBool Norms::combinesWithCCBetween(const Norm &norm, uint8_t lowCC, int32_t highCC) const { in combinesWithCCBetween() function in Norms
Dn2builder.cpp263 if(i>lastStarterIndex && norms.combinesWithCCBetween(*starterNorm, prevCC, cc)) { in mappingHasCompBoundaryAfter()
291 if(norms.combinesWithCCBetween(*starterNorm, prevCC, 256)) { in mappingHasCompBoundaryAfter()