Home | History | Annotate | Download | only in Common

Lines Matching refs:end

12   uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \

13 if (end) *end = s; \
17 if (c < '0' || c > '9') { if (end) *end = s; return res; } \
29 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw()
31 if (end)
32 *end = s;
47 if (end)
48 *end = end2;
54 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw()
56 if (end)
57 *end = s;
64 if (end)
65 *end = s;
75 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw()
77 if (end)
78 *end = s;
85 if (end)
86 *end = s;
96 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw()
98 if (end)
99 *end = s;
110 if (end)
111 *end = s;
121 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) throw()
123 if (end)
124 *end = s;
135 if (end)
136 *end = s;