Skip to content

Commit

Permalink
rename to utfiter.h, also test
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed Jan 7, 2025
1 parent 8bea75e commit 5281d61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ numbertest_parse.o numbertest_doubleconversion.o numbertest_skeletons.o \
static_unisets_test.o numfmtdatadriventest.o numbertest_range.o erarulestest.o \
formattedvaluetest.o formatted_string_builder_test.o numbertest_permutation.o \
units_data_test.o units_router_test.o units_test.o displayoptions_test.o \
numbertest_simple.o uchar_type_build_test.o usetheaderonlytest.o utfcppitertest.o
numbertest_simple.o uchar_type_build_test.o usetheaderonlytest.o utfitertest.o

DEPS = $(OBJECTS:.o=.d)

Expand Down
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/intltest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<ClCompile Include="sfwdchit.cpp" />
<ClCompile Include="strcase.cpp" />
<ClCompile Include="ustrtest.cpp" />
<ClCompile Include="utfcppitertest.cpp" />
<ClCompile Include="utfitertest.cpp" />
<ClCompile Include="utxttest.cpp" />
<ClCompile Include="cpdtrtst.cpp" />
<ClCompile Include="ittrans.cpp" />
Expand Down
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/intltest.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
<ClCompile Include="ustrtest.cpp">
<Filter>strings</Filter>
</ClCompile>
<ClCompile Include="utfcppitertest.cpp">
<ClCompile Include="utfitertest.cpp">
<Filter>strings</Filter>
</ClCompile>
<ClCompile Include="utxttest.cpp">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// © 2024 and later: Unicode, Inc. and others.
// License & terms of use: https://www.unicode.org/copyright.html

// utfcppitertest.cpp
// utfitertest.cpp
// created: 2024aug12 Markus W. Scherer

#include <string_view>
Expand All @@ -13,7 +13,7 @@
// #define U_SHOW_CPLUSPLUS_HEADER_API 1

#include "unicode/utypes.h"
#include "unicode/utf16cppiter.h"
#include "unicode/utfiter.h"
#include "intltest.h"

// Makes u"literal"sv std::u16string_view literals possible.
Expand Down

0 comments on commit 5281d61

Please sign in to comment.