• Home
  • Raw
  • Download

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() in CONVERT_STRING_TO_UINT_FUNC()
31 if (end) in CONVERT_STRING_TO_UINT_FUNC()
32 *end = s; in CONVERT_STRING_TO_UINT_FUNC()
47 if (end) in CONVERT_STRING_TO_UINT_FUNC()
48 *end = end2; in CONVERT_STRING_TO_UINT_FUNC()
54 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw() in ConvertOctStringToUInt32() argument
56 if (end) in ConvertOctStringToUInt32()
57 *end = s; in ConvertOctStringToUInt32()
64 if (end) in ConvertOctStringToUInt32()
65 *end = s; in ConvertOctStringToUInt32()
75 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw() in ConvertOctStringToUInt64() argument
77 if (end) in ConvertOctStringToUInt64()
78 *end = s; in ConvertOctStringToUInt64()
85 if (end) in ConvertOctStringToUInt64()
86 *end = s; in ConvertOctStringToUInt64()
96 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw() in ConvertHexStringToUInt32() argument
98 if (end) in ConvertHexStringToUInt32()
99 *end = s; in ConvertHexStringToUInt32()
110 if (end) in ConvertHexStringToUInt32()
111 *end = s; in ConvertHexStringToUInt32()
121 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) throw() in ConvertHexStringToUInt64() argument
123 if (end) in ConvertHexStringToUInt64()
124 *end = s; in ConvertHexStringToUInt64()
135 if (end) in ConvertHexStringToUInt64()
136 *end = s; in ConvertHexStringToUInt64()