Searched refs:paramInteger (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 438 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { in paramInteger() function 519 { "platform.number", paramInteger, "d",U_PLATFORM}, 536 { "cpu.bits", paramInteger, "d", (sizeof(void*))*8}, 537 { "cpu.big_endian", paramInteger, "b", U_IS_BIG_ENDIAN}, 538 { "os.wchar_width", paramInteger, "d", U_SIZEOF_WCHAR_T}, 539 { "os.charset_family", paramInteger, "d", U_CHARSET_FAMILY}, 553 { "build.cygwinmsvc", paramInteger, "b", 1}, 555 { "uconfig.internal_digitlist", paramInteger, "b", 1}, /* always 1 */ 556 { "uconfig.have_parseallinput", paramInteger, "b", UCONFIG_HAVE_PARSEALLINPUT},
|