Home
last modified time | relevance | path

Searched refs:__grouping (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/include/
Dlocale551 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end,
562 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
567 const string& __grouping, unsigned* __g,
598 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
607 if (__grouping.size() != 0 && __ct == __thousands_sep)
645 _CharT __decimal_point, _CharT __thousands_sep, const string& __grouping,
654 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
658 if (__ct == __thousands_sep && __grouping.size() != 0)
690 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
1011 string __grouping = this->__stage2_int_prep(__iob, __atoms, __thousands_sep);
[all …]
/external/libcxx/src/
Dlocale.cpp4396 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument
4399 if (__grouping.size() != 0) in __check_grouping()
4402 const char* __ig = __grouping.data(); in __check_grouping()
4403 const char* __eg = __ig + __grouping.size(); in __check_grouping()