Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(92)

Unified Diff: source/test/intltest/winutil.cpp

Issue 314650043: ICU support for UWP Base URL: svn+ssh://source.icu-project.org/repos/icu/branches/jefgen/shawnste/uwp/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/test/intltest/winutil.cpp
===================================================================
--- source/test/intltest/winutil.cpp (revision 39850)
+++ source/test/intltest/winutil.cpp (revision 39873)
@@ -36,6 +36,7 @@
static int32_t lcidCount = 0;
static int32_t lcidMax = 0;
+// TODO: Note that this test will skip locale names and only hit locales with assigned LCIDs
BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString)
{
char localeID[ULOC_FULLNAME_CAPACITY];
@@ -70,6 +71,7 @@
return TRUE;
}
+// TODO: Note that this test will skip locale names and only hit locales with assigned LCIDs
Win32Utilities::LCIDRecord *Win32Utilities::getLocales(int32_t &localeCount)
{
LCIDRecord *result;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b