Home
last modified time | relevance | path

Searched refs:getUInt (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dresbund.h265 getUInt(UErrorCode& status) const;
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-mips32.c149 static inline UInt getUInt(UChar * p) in getUInt() function
172 UInt inst = getUInt((UChar *)addr); in mips_instruction_has_delay_slot()
Dvalgrind-low-mips64.c150 static inline UInt getUInt(UChar * p) in getUInt() function
173 UInt inst = getUInt((UChar *)addr); in mips_instruction_has_delay_slot()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java134 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestFromUnicode()
135 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0; in TestFromUnicode()
474 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestToUnicode()
475 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0; in TestToUnicode()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp142 return r->getUInt(status); in getUInt28()
/external/icu/icu4c/source/common/
Dresbund.cpp265 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp1091 uintResult = res.getUInt(status); in TestNewTypes()
1103 uintResult = res.getUInt(status); in TestNewTypes()
1116 uintResult = res.getUInt(status); in TestNewTypes()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java78 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java231 got = sub.getUInt(); in TestBasicTypes()
1134 rb1.getUInt(); in TestUResourceBundleCoverage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java688 public int getUInt() { in getUInt() method in UResourceBundle
/external/valgrind/VEX/priv/
Dguest_mips_toIR.c426 static inline UInt getUInt(const UChar * p) in getUInt() function
722 UInt cins = getUInt(addr); in branch_or_jump()
788 UInt cins = getUInt(addr); in is_Branch_or_Jump_and_Link()
819 UInt cins = getUInt(addr); in branch_or_link_likely()
12053 cins = getUInt(code); in disInstr_MIPS_WRK()
12094 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 && in disInstr_MIPS_WRK()
12095 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) { in disInstr_MIPS_WRK()
12097 if (getUInt(code + 16) == 0x01ad6825 /* or $13, $13, $13 */ ) { in disInstr_MIPS_WRK()
12108 } else if (getUInt(code + 16) == 0x01ce7025 /* or $14, $14, $14 */ ) { in disInstr_MIPS_WRK()
12120 } else if (getUInt(code + 16) == 0x01ef7825 /* or $15, $15, $15 */ ) { in disInstr_MIPS_WRK()
[all …]