Searched refs:paramInteger (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp437 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { function
518 { "platform.number", paramInteger, "d",U_PLATFORM},
535 { "cpu.bits", paramInteger, "d", (sizeof(void*))*8},
536 { "cpu.big_endian", paramInteger, "b", U_IS_BIG_ENDIAN},
537 { "os.wchar_width", paramInteger, "d", U_SIZEOF_WCHAR_T},
538 { "os.charset_family", paramInteger, "d", U_CHARSET_FAMILY},
552 { "build.cygwinmsvc", paramInteger, "b", 1},
554 { "uconfig.internal_digitlist", paramInteger, "b", 1}, /* always 1 */
555 { "uconfig.have_parseallinput", paramInteger, "b", UCONFIG_HAVE_PARSEALLINPUT},
556 { "uconfig.format_fastpaths_49",paramInteger, "
[all...]

Completed in 179 milliseconds