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

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp996 static int Stream2Printf(const char *pszFormat, ...) function
1076 Stream2Printf("RT_DECL_DATA_CONST(const RTUNIFLAGSRANGE) g_aRTUniFlagsRanges[] =\n"
1094 Stream2Printf(" { 0x%06x, 0x%06x, &g_afRTUniFlags0x%06x[0] },\n", iStart, i, iStart);
1112 Stream2Printf(" { ~(RTUNICP)0, ~(RTUNICP)0, NULL }\n"
1125 Stream2Printf("RT_DECL_DATA_CONST(const RTUNICASERANGE) g_aRTUniUpperRanges[] =\n"
1142 Stream2Printf(" { 0x%06x, 0x%06x, &g_afRTUniUpper0x%06x[0] },\n", iStart, i, iStart);
1159 Stream2Printf(" { ~(RTUNICP)0, ~(RTUNICP)0, NULL }\n"
1172 Stream2Printf("RT_DECL_DATA_CONST(const RTUNICASERANGE) g_aRTUniLowerRanges[] =\n"
1189 Stream2Printf(" { 0x%06x, 0x%06x, &g_afRTUniLower0x%06x[0] },\n", iStart, i, iStart);
1207 Stream2Printf(" { ~(RTUNIC
[all...]

Completed in 45 milliseconds