HomeSort by relevance Sort by last modified time
    Searched defs:Norms (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/gennorm2/
norms.cpp 4 // norms.cpp
19 #include "norms.h"
69 Norms::Norms(UErrorCode &errorCode) {
73 norms=allocNorm();
74 norms->type=Norm::INERT;
77 Norms::~Norms() {
81 delete norms[i].mapping;
82 delete norms[i].rawMapping
    [all...]
norms.h 4 // norms.h
146 class Norms {
148 Norms(UErrorCode &errorCode);
149 ~Norms();
152 const Norm &getNormRefByIndex(int32_t i) const { return norms[i]; }
153 Norm &getNormRefByIndex(int32_t i) { return norms[i]; }
175 Enumerator(Norms &n) : norms(n) {}
180 Norms &norms; member in class:Norms::Enumerator
193 Norm *norms; member in class:Norms
    [all...]

Completed in 60 milliseconds