Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp229 const Norm &Normalizer2DataBuilder::getNormRef(UChar32 c) const { in getNormRef() function in Normalizer2DataBuilder
280 return getNormRef(c).cc; in getCC()
468 const Norm &cNorm=getNormRef(c); in decompose()
648 const Norm *starterNorm=&getNormRef(starter); in hasNoCompBoundaryAfter()
663 starterNorm=&getNormRef(starter); in hasNoCompBoundaryAfter()
773 if(getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
Dn2builder.h86 const Norm &getNormRef(UChar32 c) const;