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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.cpp93 NS_COM PRBool nsID::Parse(const char *aIDStr) argument
96 if(!aIDStr) {
100 PRBool expectFormat1 = (aIDStr[0] == '{');
101 if(expectFormat1) aIDStr++;
103 PARSE_CHARS_TO_NUM(aIDStr, m0, 8);
104 PARSE_HYPHEN(aIDStr);
105 PARSE_CHARS_TO_NUM(aIDStr, m1, 4);
106 PARSE_HYPHEN(aIDStr);
107 PARSE_CHARS_TO_NUM(aIDStr, m2, 4);
108 PARSE_HYPHEN(aIDStr);
[all...]
H A DnsID.h97 NS_COM PRBool Parse(const char *aIDStr);

Completed in 447 milliseconds