HomeSort by relevance Sort by last modified time
    Searched defs:__digits (Results 26 - 26 of 26) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c 41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
47 return __get_fdigit(__c, __digits);
315 __iostring& __v, const _CharT* __digits) {
320 if (__get_fdigit(__c, __digits)) {
333 __iostring& __v, const _CharT * __digits,
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits);
383 _CharT __digits[10]; local
390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits);
397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits,
400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits);
    [all...]

Completed in 650 milliseconds

12