Searched refs:__ne (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/include/ |
D | locale | 1212 static char* __identify_padding(char* __nb, char* __ne, 1220 static void __widen_and_group_int(char* __nb, char* __np, char* __ne, 1223 static void __widen_and_group_float(char* __nb, char* __np, char* __ne, 1230 __num_put<_CharT>::__widen_and_group_int(char* __nb, char* __np, char* __ne, 1239 __ct.widen(__nb, __ne, __ob); 1240 __oe = __ob + (__ne - __nb); 1248 if (__ne - __nf >= 2 && __nf[0] == '0' && (__nf[1] == 'x' || 1254 reverse(__nf, __ne); 1258 for (char* __p = __nf; __p < __ne; ++__p) 1273 if (__np == __ne) [all …]
|
D | __locale | 1278 operator()(_OutputIterator __s, const char* __nb, const char* __ne) const; 1287 operator()(_OutputIterator __s, const char* __nb, const char* __ne) const 1289 for (; __nb < __ne; ++__nb, ++__s) 1307 operator()(_OutputIterator __s, const char* __nb, const char* __ne) const 1311 while (__nb < __ne && __r != error) 1317 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn, 1341 operator()(_OutputIterator __s, const char* __nb, const char* __ne) const 1345 while (__nb < __ne && __r != error) 1351 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
|
/external/libcxx/src/ |
D | locale.cpp | 4502 __num_put_base::__identify_padding(char* __nb, char* __ne, in __identify_padding() argument 4510 if (__ne - __nb >= 2 && __nb[0] == '0' in __identify_padding() 4515 return __ne; in __identify_padding() 5482 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() argument 5488 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put() 5489 __ne = __nb + n; in __do_put() 5497 char* __ne = __nar + 100; in __do_put() local 5498 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()
|