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

/external/eigen/test/
H A Dref.cpp60 RefMat rm0 = m1; local
61 VERIFY_IS_EQUAL(rm0, m1);
112 RefMat rm0 = v1; local
113 VERIFY_IS_EQUAL(rm0, v1);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp643 // so that a raw mapping fits that consists of one unit ("rm0")
673 uint16_t rm0=*rawMapping; local
674 if(rm0<=MAPPING_LENGTH_MASK) {
675 length=rm0;
676 return (const UChar *)rawMapping-rm0;
678 // Copy the normal mapping and replace its first two code units with rm0.
679 buffer[0]=(UChar)rm0;
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp719 UChar rm0=rm.charAt(0); local
723 rm0>Normalizer2Impl::MAPPING_LENGTH_MASK
726 // rawMapping=rm0+mapping.substring(2) -> store only rm0
730 // In this case, we store only that first unit, rm0.
732 dataString.append(rm0);

Completed in 155 milliseconds