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

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dudbgutil.cpp422 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { function
503 { "platform.number", paramInteger, "d",U_PLATFORM},
520 { "cpu.bits", paramInteger, "d", (sizeof(void*))*8},
521 { "cpu.big_endian", paramInteger, "b", U_IS_BIG_ENDIAN},
522 { "os.wchar_width", paramInteger, "d", U_SIZEOF_WCHAR_T},
523 { "os.charset_family", paramInteger, "d", U_CHARSET_FAMILY},
537 { "build.cygwinmsvc", paramInteger, "b", 1},
539 { "uconfig.internal_digitlist", paramInteger, "b", 1}, /* always 1 */
540 { "uconfig.have_parseallinput", paramInteger, "b", UCONFIG_HAVE_PARSEALLINPUT},
541 { "uconfig.format_fastpaths_49",paramInteger, "
[all...]

Completed in 93 milliseconds