Searched defs:expectFormat1 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/base/ | ||
H A D | nsID.cpp | 100 PRBool expectFormat1 = (aIDStr[0] == '{'); local 101 if(expectFormat1) aIDStr++; 118 return expectFormat1 ? *aIDStr == '}' : PR_TRUE; |
Completed in 47 milliseconds