Lines Matching refs:norms
178 norms=allocNorm(); // unused Norm struct at index 0
187 delete norms[i].mapping;
188 delete norms[i].rawMapping;
189 delete norms[i].compositions;
214 norms=(Norm *)utm_getStart(normMem); // in case it got reallocated
224 return norms+i;
228 return norms[utrie2_get32(normTrie, c)];
238 return norms+i;
243 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
348 if(norms[value].mappingType==Norm::ROUND_TRIP) {
356 if(norms[value].cc!=0) {
365 const UnicodeString &m=*norms[value].mapping;
449 if(norms[value].hasMapping()) {
450 Norm &norm=norms[value];
833 Norm *p=norms+value;
937 const Norm *p=norms+value;
1058 const Norm &norm=norms[i];
1061 norms[i].hasNoCompBoundaryAfter=TRUE;
1064 reorder(norms+i, buffer);
1065 norms[i].hasNoCompBoundaryAfter=hasNoCompBoundaryAfter(buffer);