Home | History | Annotate | Download | only in gennorm2

Lines Matching full:norms

180     norms=allocNorm();  // unused Norm struct at index 0
189 delete norms[i].mapping;
190 delete norms[i].rawMapping;
191 delete norms[i].compositions;
216 norms=(Norm *)utm_getStart(normMem); // in case it got reallocated
226 return norms+i;
230 return norms[utrie2_get32(normTrie, c)];
240 return norms+i;
245 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
350 if(norms[value].mappingType==Norm::ROUND_TRIP) {
358 if(norms[value].cc!=0) {
367 const UnicodeString &m=*norms[value].mapping;
451 if(norms[value].hasMapping()) {
452 Norm &norm=norms[value];
835 Norm *p=norms+value;
939 const Norm *p=norms+value;
1060 const Norm &norm=norms[i];
1063 norms[i].hasNoCompBoundaryAfter=TRUE;
1066 reorder(norms+i, buffer);
1067 norms[i].hasNoCompBoundaryAfter=hasNoCompBoundaryAfter(buffer);