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

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp543 nsCString string2; local
548 string2 = Substring(origString, 0, 5);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c694 const char *string1 = ap, *string2 = bp; local
696 if (!string1 && !string2)
700 if (!string2)
703 return strcmp(string1, string2);

Completed in 65 milliseconds