Sign in
chromium
/
chromium
/
src
/
5ffb0a4c1abc6ca5e2261d40ef19a216e86265e4
/
base
/
sys_string_conversions_unittest.cc
3ae445e8
Cleanup in base/test.
by
[email protected]
· 14 years ago
ef0d50e
Revert 89664 - Cleanup in base/test.
by
[email protected]
· 14 years ago
4ee840f
Cleanup in base/test.
by
[email protected]
· 14 years ago
6a8f4fa
Added a test verifying that TimeFormat:: functions convert
by
[email protected]
· 14 years ago
379e7a5
base: string_util.h -> utf_string_conversions.h fix.
by
[email protected]
· 15 years ago
2fdc86a
Style cleanup in preparation for auto-linting base/.
by
[email protected]
· 16 years ago
5ae918a
Implement Linux sys_string_conversions using the system APIs.
by
[email protected]
· 16 years ago
3d5efa16
Revert Linux sys_string_conversion changes.
by
[email protected]
· 16 years ago
6628d43
Only run the UTF-8 assuming sys conversion tests on Linux.
by
[email protected]
· 16 years ago
fb17d121
Implement Linux sys_string_conversions using the system APIs.
by
[email protected]
· 16 years ago
52a261f
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).
by
[email protected]
· 16 years ago
cf7e592
Make String Conversion Unittest x-platform + fix a small bug the tests exposed.
by
[email protected]
· 17 years ago
[Renamed (82%) from base/sys_string_conversions_win_unittest.cc]
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
4bdaceb4
Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying.
by
[email protected]
· 17 years ago
940c977
Remove the unit tests for the error condition. Vista handles the error differently, so we can't have a consistent repro case. I don't think this is important to test anyway, since the functions are defined to do whatever the OS does.
by
[email protected]
· 17 years ago
15af80e
This is the addition of the system-dependent string conversions. This is just the new code and changing logging to use it. I will change other things to use this and delete the code in string_util in a subsequent pass.
by
[email protected]
· 17 years ago