Searched refs:ToUnsigned (Results 1 – 6 of 6) sorted by relevance
546 struct ToUnsigned { struct551 struct ToUnsigned<char> { argument555 struct ToUnsigned<signed char> {559 struct ToUnsigned<wchar_t> {567 struct ToUnsigned<short> {
34 static UINT2 ToUnsigned(INT2 value) { in ToUnsigned() function41 static UINT2 ToUnsigned(INT2 value) { in ToUnsigned() function76 UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value); in IntToString()
451 typename ToUnsigned<typename STR::value_type>::Unsigned c = str[i]; in DoIsStringASCII()
59 typename ToUnsigned<typename STR::value_type>::Unsigned c = *it; in JsonDoubleQuoteT()
408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil1032 if ( XMLUtil::ToUnsigned( Value(), value )) in QueryUnsignedValue()1184 if ( XMLUtil::ToUnsigned( t, _value ) ) { in QueryUnsignedText()
401 static bool ToUnsigned( const char* str, unsigned* value );