Searched defs:s_aTypes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp281 s_aTypes[] = local
351 int iEnd = RT_ELEMENTS(s_aTypes) - 1;
352 int i = RT_ELEMENTS(s_aTypes) / 2;
382 int iDiff = strncmp(pszType, s_aTypes[i].sz, s_aTypes[i].cch);
405 *ppszFormat += s_aTypes[i].cch - 1;
406 fFlags |= s_aTypes[i].fFlags;
415 switch (s_aTypes[i].cb)
434 AssertMsgFailed(("Invalid format error, size %d'!\n", s_aTypes[i].cb));
440 switch (s_aTypes[
948 s_aTypes[] = local
[all...]

Completed in 37 milliseconds