HomeSort by relevance Sort by last modified time
    Searched refs:rm0 (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
normalizer2impl.cpp 591 // 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;
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 718 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);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 393 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
    [all...]

Completed in 107 milliseconds