Home | History | Annotate | Download | only in gennorm2

Lines Matching full:mappingcp

107             mappingCP=c;
109 mappingCP=U_SENTINEL;
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
327 p->mappingCP=U_SENTINEL;
896 // if the mappingCP decomposes further, to ensure that there is a place to store it.
900 if(p->mappingCP>=0 && (!p->hasNoCompBoundaryAfter || 1!=p->mapping->countChar32())) {
901 int32_t delta=p->mappingCP-c;