ReactOS 0.4.16-dev-1113-g99ecbf5
|
Public Member Functions | |
_expandlocale_locale_name_cache (wchar_t *const localeNameOutput, size_t const localeNameSizeInChars, __crt_qualified_locale_data *const psetloc_data) | |
~_expandlocale_locale_name_cache () | |
_expandlocale_locale_name_cache (_expandlocale_locale_name_cache const &)=delete | |
_expandlocale_locale_name_cache & | operator= (_expandlocale_locale_name_cache const &)=delete |
void | commit_locale_name (wchar_t const *const new_locale_name, size_t const new_locale_name_length) |
void | commit_locale_name_cache_already_updated (wchar_t const *const new_locale_name, size_t const new_locale_name_length) |
Private Attributes | |
wchar_t * | _localeNameOutput |
size_t | _localeNameSizeInChars |
__crt_qualified_locale_data * | _psetloc_data |
bool | _committed |
Definition at line 1090 of file wsetlocale.cpp.
|
inline |
Definition at line 1097 of file wsetlocale.cpp.
|
inline |
Definition at line 1109 of file wsetlocale.cpp.
|
delete |
|
inline |
Definition at line 1120 of file wsetlocale.cpp.
Referenced by _expandlocale().
|
inline |
Definition at line 1126 of file wsetlocale.cpp.
Referenced by _expandlocale(), and commit_locale_name().
|
delete |
|
private |
Definition at line 1136 of file wsetlocale.cpp.
Referenced by commit_locale_name_cache_already_updated(), and ~_expandlocale_locale_name_cache().
|
private |
Definition at line 1133 of file wsetlocale.cpp.
Referenced by commit_locale_name_cache_already_updated(), and ~_expandlocale_locale_name_cache().
|
private |
Definition at line 1134 of file wsetlocale.cpp.
Referenced by commit_locale_name_cache_already_updated(), and ~_expandlocale_locale_name_cache().
|
private |
Definition at line 1135 of file wsetlocale.cpp.
Referenced by commit_locale_name(), and ~_expandlocale_locale_name_cache().