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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp885 nsCAutoString tempCString; local
886 nsresult rv = ToString(data, tempCString);
889 CopyASCIItoUTF16(tempCString, _retval);
988 nsCAutoString tempCString; local
989 nsresult rv = ToString(data, tempCString);
992 // XXX Extra copy, can be removed if we're sure tempCString can
994 CopyUTF16toUTF8(NS_ConvertASCIItoUTF16(tempCString), _retval);
1019 nsCAutoString tempCString; local
1082 rv = ToString(data, tempCString);
1085 *size = tempCString
1097 nsCAutoString tempCString; local
[all...]

Completed in 45 milliseconds