Searched refs:__grouping (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/include/ |
D | locale | 376 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, 387 unsigned& __dc, _CharT __thousands_sep, const string& __grouping, 392 const string& __grouping, unsigned* __g, 423 unsigned& __dc, _CharT __thousands_sep, const string& __grouping, 432 if (__grouping.size() != 0 && __ct == __thousands_sep) 470 _CharT __decimal_point, _CharT __thousands_sep, const string& __grouping, 479 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz) 483 if (__ct == __thousands_sep && __grouping.size() != 0) 515 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz) 862 string __grouping = this->__stage2_int_prep(__iob, __atoms, __thousands_sep); [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 4378 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, in __check_grouping() argument 4381 if (__grouping.size() != 0) in __check_grouping() 4384 const char* __ig = __grouping.data(); in __check_grouping() 4385 const char* __eg = __ig + __grouping.size(); in __check_grouping()
|