Searched refs:__ns (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.c | 144 string_type __ns = __intl ? __punct_intl.negative_sign() in __money_do_get() local 179 if (__ns.empty()) { in __money_do_get() 188 if (__ns.empty()) in __money_do_get() 190 if (*__s == __ns[0]) { in __money_do_get() 201 if (__ns.empty()) in __money_do_get() 203 if (*__s == __ns[0]) { in __money_do_get() 256 if (__ns.size() > 1) { in __money_do_get() 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()); in __money_do_get()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | thread | 419 nanoseconds __ns; 422 __ns = duration_cast<nanoseconds>(__d); 423 if (__ns < __d) 424 ++__ns; 427 __ns = nanoseconds::max(); 428 sleep_for(__ns);
|
D | locale | 1286 char* __ns; 1292 for (__ns = __nf; __ns < __ne; ++__ns) 1293 if (!isxdigit_l(*__ns, _LIBCPP_GET_C_LOCALE)) 1298 for (__ns = __nf; __ns < __ne; ++__ns) 1299 if (!isdigit_l(*__ns, _LIBCPP_GET_C_LOCALE)) 1304 __ct.widen(__nf, __ns, __oe); 1305 __oe += __ns - __nf; 1309 reverse(__nf, __ns); 1313 for (char* __p = __nf; __p < __ns; ++__p) 1327 for (__nf = __ns; __nf < __ne; ++__nf) [all …]
|
D | chrono | 1007 constexpr chrono::nanoseconds operator"" ns(unsigned long long __ns) 1009 return chrono::nanoseconds(static_cast<chrono::nanoseconds::rep>(__ns)); 1012 constexpr chrono::duration<long double, nano> operator"" ns(long double __ns) 1014 return chrono::duration<long double, nano> (__ns);
|