Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp59 newloc->lc_time = locale; in newlocale()
81 …(newloc->category_mask & LC_TIME_MASK && setlocale(LC_TIME, newloc->lc_time.c_str()) == nullptr) || in uselocale()
112 previous_loc->lc_time = tokenized[LC_TIME]; in uselocale()
120 previous_loc->lc_time = current_loc_name; in uselocale()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/
H A Dlocale_mgmt_zos.h39 std::string lc_time; member