Searched refs:__idx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | locale_facets.tcc | 2600 size_t __idx = 0; in __add_grouping() local 2603 while (__last - __first > __gbeg[__idx] in __add_grouping() 2604 && static_cast<signed char>(__gbeg[__idx]) > 0) in __add_grouping() 2606 __last -= __gbeg[__idx]; in __add_grouping() 2607 __idx < __gsize - 1 ? ++__idx : ++__ctr; in __add_grouping() 2616 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping() 2620 while (__idx--) in __add_grouping() 2623 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | string | 4077 _LIBCPP_FUNC_VIS int stoi (const string& __str, size_t* __idx = 0, int __base = 10); 4078 _LIBCPP_FUNC_VIS long stol (const string& __str, size_t* __idx = 0, int __base = 10); 4079 _LIBCPP_FUNC_VIS unsigned long stoul (const string& __str, size_t* __idx = 0, int __base = 10); 4080 _LIBCPP_FUNC_VIS long long stoll (const string& __str, size_t* __idx = 0, int __base = 10); 4081 _LIBCPP_FUNC_VIS unsigned long long stoull(const string& __str, size_t* __idx = 0, int __base = 10); 4083 _LIBCPP_FUNC_VIS float stof (const string& __str, size_t* __idx = 0); 4084 _LIBCPP_FUNC_VIS double stod (const string& __str, size_t* __idx = 0); 4085 _LIBCPP_FUNC_VIS long double stold(const string& __str, size_t* __idx = 0); 4097 _LIBCPP_FUNC_VIS int stoi (const wstring& __str, size_t* __idx = 0, int __base = 10… 4098 _LIBCPP_FUNC_VIS long stol (const wstring& __str, size_t* __idx = 0, int __base = 10… [all …]
|