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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.cpp100 PRBool expectFormat1 = (aIDStr[0] == '{'); local
101 if(expectFormat1) aIDStr++;
118 return expectFormat1 ? *aIDStr == '}' : PR_TRUE;

Completed in 38 milliseconds