Home
last modified time | relevance | path

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

/reactos/dll/cpl/intl/
H A DCMakeLists.txt2 spec2def(intl.cpl intl.spec)
8 intl.c
17 intl.h)
19 add_rc_deps(intl.rc ${CMAKE_CURRENT_SOURCE_DIR}/resources/applet.ico)
21 add_library(intl MODULE target
23 intl.rc
24 ${CMAKE_CURRENT_BINARY_DIR}/intl.def)
26 set_module_type(intl cpl UNICODE)
27 add_importlibs(intl user32 comctl32 advapi32 setupapi shlwapi shell32 msvcrt kernel32 ntdll)
28 add_pch(intl intl.h SOURCE)
[all …]
H A Dintl.rc9 #define REACTOS_STR_INTERNAL_NAME "intl"
10 #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl"
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dalg_test.cpp248 list<int> intl; in find_first_of_test() local
249 intl.push_front(1); in find_first_of_test()
250 intl.push_front(2); in find_first_of_test()
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); in find_first_of_test()
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); in find_first_of_test()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dmonetary.cpp140 const bool moneypunct<char, true>::intl; member in moneypunct<char, true>
141 const bool moneypunct<char, false>::intl; member in moneypunct<char, false>
143 const bool moneypunct<wchar_t, true>::intl; member in moneypunct<wchar_t, true>
144 const bool moneypunct<wchar_t, false>::intl; member in moneypunct<wchar_t, false>
/reactos/sdk/include/c++/stlport/stl/
H A D_monetary.h103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
/reactos/dll/cpl/
H A DCMakeLists.txt10 add_subdirectory(intl)
/reactos/media/inf/
H A DCMakeLists.txt36 intl.inf
/reactos/sdk/tools/rgenstat/
H A Dmodule_list.txt8 intl dll\cpl\intl
/reactos/dll/cpl/intl/lang/
H A Duk-UA.rc4 * FILE: dll/cpl/intl/lang/uk-UA.rc
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-4.0138 * _monetary.h - added "static const bool intl" member to meneypunct<> templates
H A DChangeLog2841 * src/monetary.cpp: Add intl static constant definitions.