HomeSort by relevance Sort by last modified time
    Searched refs:getNormRef (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 83 const Norm &getNormRef(UChar32 c) const;
n2builder.cpp 201 const Norm &Normalizer2DataBuilder::getNormRef(UChar32 c) const {
252 return getNormRef(c).cc;
439 const Norm &cNorm=getNormRef(c);
606 const Norm *starterNorm=&getNormRef(starter);
621 starterNorm=&getNormRef(starter);
692 if(getNormRef(pair.composite).compositions!=NULL) {
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.h 83 const Norm &getNormRef(UChar32 c) const;
n2builder.cpp 226 const Norm &Normalizer2DataBuilder::getNormRef(UChar32 c) const {
277 return getNormRef(c).cc;
465 const Norm &cNorm=getNormRef(c);
645 const Norm *starterNorm=&getNormRef(starter);
660 starterNorm=&getNormRef(starter);
770 if(getNormRef(pair.composite).compositions!=NULL) {
    [all...]

Completed in 57 milliseconds