Home
last modified time | relevance | path

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

/external/libcxx/include/
Dlocale369 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end,
382 const string& __grouping, unsigned* __g,
387 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
406 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
456 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
460 unsigned& __dc, _CharT __thousands_sep, const string& __grouping,
471 if (__grouping.size() != 0 && __ct == __thousands_sep)
509 _CharT __decimal_point, _CharT __thousands_sep, const string& __grouping,
518 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz)
522 if (__ct == __thousands_sep && __grouping.size() != 0)
[all …]
/external/libcxx/src/
Dlocale.cpp4390 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument
4393 if (__grouping.size() != 0) in __check_grouping()
4396 const char* __ig = __grouping.data(); in __check_grouping()
4397 const char* __eg = __ig + __grouping.size(); in __check_grouping()