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

  /external/eigen/test/
ref.cpp 60 RefMat rm0 = m1; local
61 VERIFY_IS_EQUAL(rm0, m1);
112 RefMat rm0 = v1; local
113 VERIFY_IS_EQUAL(rm0, v1);
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 590 // so that a raw mapping fits that consists of one unit ("rm0")
620 uint16_t rm0=*rawMapping; local
621 if(rm0<=MAPPING_LENGTH_MASK) {
622 length=rm0;
623 return (const UChar *)rawMapping-rm0;
625 // Copy the normal mapping and replace its first two code units with rm0.
626 buffer[0]=(UChar)rm0;
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 692 // so that a raw mapping fits that consists of one unit ("rm0")
722 uint16_t rm0=*rawMapping; local
723 if(rm0<=MAPPING_LENGTH_MASK) {
724 length=rm0;
725 return (const UChar *)rawMapping-rm0;
727 // Copy the normal mapping and replace its first two code units with rm0.
728 buffer[0]=(UChar)rm0;
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 277 milliseconds