Home | History | Annotate | Download | only in include

Lines Matching full:value

70  * @param result [out] Resulting value
80 * @param result [out] Resulting value
90 * @param result [out] Resulting value
99 * @param result [out] Resulting value
100 * @return ESR_INVALID_ARGUMENT is text is null or does not represent a boolean value
108 * @param value [out] Integer that was read
109 * @param finalPosition [out] The first character after the token. A NULL value means this
111 * @return ESR_INVALID_ARGUMENT is text is null or does not represent an integer value
113 PORTABLE_API ESR_ReturnCode LCHARGetInt( LCHAR* text, int* value, LCHAR** finalPosition);
147 * @param value unsigned long to convert
150 * @param radix Base of value; must be in the range 2 - 36
153 PORTABLE_API ESR_ReturnCode litostr(int value, LCHAR *string, size_t *len, int radix);
158 * @param value unsigned long to convert
161 * @param radix Base of value; must be in the range 2 - 36
164 PORTABLE_API ESR_ReturnCode lultostr(unsigned long value, LCHAR *string, size_t *len, int radix);