Searched refs:rm0 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2impl.cpp591 // so that a raw mapping fits that consists of one unit ("rm0")
621 uint16_t rm0=*rawMapping; local
622 if(rm0<=MAPPING_LENGTH_MASK) {
623 length=rm0;
624 return (const UChar *)rawMapping-rm0;
626 // Copy the normal mapping and replace its first two code units with rm0.
627 buffer[0]=(UChar)rm0;
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp718 UChar rm0=rm.charAt(0); local
722 rm0>Normalizer2Impl::MAPPING_LENGTH_MASK
725 // rawMapping=rm0+mapping.substring(2) -> store only rm0
729 // In this case, we store only that first unit, rm0.
731 dataString.append(rm0);
/external/qemu/tcg/arm/
H A Dtcg-target.c393 int rn0, int rn1, int rm0, int rm1, int shift)
397 (rn0 << 16) | (8 << 12) | shift | rm0); local
404 (rn0 << 16) | (rd0 << 12) | shift | rm0); local
391 tcg_out_dat_reg2(TCGContext *s, int cond, int opc0, int opc1, int rd0, int rd1, int rn0, int rn1, int rm0, int rm1, int shift) argument

Completed in 112 milliseconds