Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp106 std::vector<std::string> tokenized; in uselocale() local
111 tokenized.push_back(s); in uselocale()
114 _LIBCPP_ASSERT(tokenized.size() >= _NCAT, "locale-name list is too short"); in uselocale()
116 previous_loc->lc_collate = tokenized[LC_COLLATE]; in uselocale()
117 previous_loc->lc_ctype = tokenized[LC_CTYPE]; in uselocale()
118 previous_loc->lc_monetary = tokenized[LC_MONETARY]; in uselocale()
119 previous_loc->lc_numeric = tokenized[LC_NUMERIC]; in uselocale()
120 previous_loc->lc_time = tokenized[LC_TIME]; in uselocale()
122 previous_loc->lc_messages = tokenized[LC_MESSAGES]; in uselocale()