Searched defs:aIDStr (Results 1 - 1 of 1) 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...]

Completed in 344 milliseconds