Searched refs:getUInt (Results 1 – 11 of 11) sorted by relevance
265 getUInt(UErrorCode& status) const;
149 static inline UInt getUInt(UChar * p) in getUInt() function172 UInt inst = getUInt((UChar *)addr); in mips_instruction_has_delay_slot()
150 static inline UInt getUInt(UChar * p) in getUInt() function173 UInt inst = getUInt((UChar *)addr); in mips_instruction_has_delay_slot()
134 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()
142 return r->getUInt(status); in getUInt28()
265 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
1091 uintResult = res.getUInt(status); in TestNewTypes()1103 uintResult = res.getUInt(status); in TestNewTypes()1116 uintResult = res.getUInt(status); in TestNewTypes()
78 public int getUInt() { in getUInt() method in ICUResourceBundleImpl.ResourceInt
231 got = sub.getUInt(); in TestBasicTypes()1134 rb1.getUInt(); in TestUResourceBundleCoverage()
688 public int getUInt() { in getUInt() method in UResourceBundle
426 static inline UInt getUInt(const UChar * p) in getUInt() function722 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 …]