Searched refs:ufmt (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 2272 UFormattable *ufmt = ufmt_open(&status); in TestUFormattable() local 2273 unum_parseToUFormattable(unum, ufmt, str, -1, NULL, &status); in TestUFormattable() 2274 if (ufmt_isNumeric(ufmt)) { in TestUFormattable() 2275 result = ufmt_getLong(ufmt, &status); /* == 123 */ in TestUFormattable() 2277 ufmt_close(ufmt); in TestUFormattable() 2287 UFormattable *ufmt; in TestUFormattable() local 2291 ufmt = ufmt_open(&status); in TestUFormattable() 2298 unum_parseToUFormattable(unum, ufmt, buffer, -1, NULL, &status); in TestUFormattable() 2300 assertTrue("ufmt_getLong()=31337", ufmt_getLong(ufmt, &status) == 31337); in TestUFormattable() 2301 assertTrue("ufmt_getType()=UFMT_LONG", ufmt_getType(ufmt, &status) == UFMT_LONG); in TestUFormattable() [all …]
|
/external/elfutils/src/ |
D | readelf.c | 11732 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 11744 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 11754 ufmt, value.b##bits); \ in handle_core_register()
|