Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/
H A Dstringtok_h.txt20 * s is the string to be tokenized. From the parameter declaration, it can
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
H A Dstringtok_h.txt20 * s is the string to be tokenized. From the parameter declaration, it can
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppopts.texi19 The contents of @var{definition} are tokenized and processed as if
H A Dcppinternals.texi487 The preprocessor stores macro expansions in tokenized form. This
H A Dcppinternals.info443 The preprocessor stores macro expansions in tokenized form. This saves
H A Dcpp.info3860 The contents of DEFINITION are tokenized and processed as if they
H A Dgcc.info6121 The contents of DEFINITION are tokenized and processed as if they
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi487 The preprocessor stores macro expansions in tokenized form. This