Home | History | Annotate | Download | only in common

Lines Matching refs:rm0

645 // so that a raw mapping fits that consists of one unit ("rm0")
675 uint16_t rm0=*rawMapping;
676 if(rm0<=MAPPING_LENGTH_MASK) {
677 length=rm0;
678 return (const UChar *)rawMapping-rm0;
680 // Copy the normal mapping and replace its first two code units with rm0.
681 buffer[0]=(UChar)rm0;