icu/icu4c/source/test/intltest
Frank Tang 07137b64e4 ICU-22521 Return U_INTERNAL_PROGRAM_ERROR instead of % 0
When the gap is 0, return status as U_INTERNAL_PROGRAM_ERROR
and avoid the operation of "% gap"
2023-09-28 14:23:07 -07:00
..
aliastst.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
aliastst.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
allcoll.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
allcoll.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
alphaindextst.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
alphaindextst.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
apicoll.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
apicoll.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
astrotst.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
astrotst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
bidiconf.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
bytestrietest.cpp ICU-22224 Enable UBSAN and fix breakage 2023-02-27 17:31:49 -08:00
calcasts.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
calcasts.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
callimts.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
callimts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
calregts.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
calregts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
caltest.cpp ICU-22521 Return U_INTERNAL_PROGRAM_ERROR instead of % 0 2023-09-28 14:23:07 -07:00
caltest.h ICU-22521 Return U_INTERNAL_PROGRAM_ERROR instead of % 0 2023-09-28 14:23:07 -07:00
caltestdata.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
caltztst.cpp ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
caltztst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
canittst.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
canittst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
citrtest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
citrtest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
collationtest.cpp ICU-22404 Unicode 15.1 beta data files & API constants 2023-07-13 19:26:14 -07:00
colldata.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
colldata.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
compactdecimalformattest.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
convtest.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
convtest.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
cpdtrtst.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
cpdtrtst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
csdetest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
csdetest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
currcoll.cpp ICU-22404 Unicode 15.1 beta data files & API constants 2023-07-13 19:26:14 -07:00
currcoll.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
dadrcal.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
dadrcal.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
dadrfmt.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
dadrfmt.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
datadrivennumberformattestsuite.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
datadrivennumberformattestsuite.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
dcfmapts.cpp ICU-22224 Enable UBSAN and fix breakage 2023-02-27 17:31:49 -08:00
dcfmapts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
dcfmtest.cpp ICU-22283 Add additional ERoundingMode variants 2023-03-14 00:51:42 -07:00
dcfmtest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
decoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
decoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
displayoptions_test.cpp ICU-21935 DisplayOptions cleanup 2022-05-26 18:30:07 +00:00
dtfmapts.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
dtfmapts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
dtfmrgts.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
dtfmrgts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
dtfmtrtts.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
dtfmtrtts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
dtfmttst.cpp ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes 2023-09-13 11:06:53 -07:00
dtfmttst.h ICU-22449 Fixed SimpleDateFormat (in C++ and Java) to correctly honor the rg and hc subtags in the locale when choosing the hour cycle. 2023-08-28 13:30:45 -04:00
dtifmtts.cpp ICU-22325 CLDR release-44-alpha1 to main: 2023-08-22 14:40:51 -07:00
dtifmtts.h ICU-20926 Add tests for identity behavior in DateIntervalFormat 2023-04-17 14:57:50 -07:00
dtptngts.cpp ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes 2023-09-13 11:06:53 -07:00
dtptngts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
encoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
encoll.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
erarulestest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
erarulestest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
escoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
escoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
ficoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
ficoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
fldset.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
fldset.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
formatted_string_builder_test.cpp ICU-21957 improve logKnownIssue skip for FormattedStringBuilderTest::testInsertOverflow crash 2022-06-03 09:02:31 -07:00
formattedvaluetest.cpp ICU-21734 Add missing overrides in tests 2021-09-07 13:56:33 -07:00
frcoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
frcoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
g7coll.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
g7coll.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
genderinfotest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
icusvtst.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
icusvtst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
idnaconf.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
idnaconf.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
idnaref.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
idnaref.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
incaltst.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
incaltst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
intltest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
intltest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
intltest.vcxproj ICU-22356 Use ConstChar16Ptr to safely cast from UChar* to char16_t*. 2023-04-24 23:56:49 +02:00
intltest.vcxproj.filters ICU-22356 Use ConstChar16Ptr to safely cast from UChar* to char16_t*. 2023-04-24 23:56:49 +02:00
itercoll.cpp ICU-22262 Automate environment test 2023-02-15 15:24:19 -08:00
itercoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
itformat.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
itformat.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
itmajor.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
itmajor.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
itrbbi.cpp ICU-21569 LSTM Part 2- include C++ implementation 2021-04-28 00:51:11 -07:00
itrbbi.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
itrbnf.cpp ICU-22313 Various fixes for duration formatting: 2023-09-15 16:27:58 -07:00
itrbnf.h ICU-22088 Various fixes to make dealing with NUMBERING_SYSTEM formatters easier. 2022-07-28 16:18:01 -07:00
itrbnfp.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
itrbnfp.h ICU-21734 Add missing overrides in tests 2021-09-07 13:56:33 -07:00
itrbnfrt.cpp ICU-22251 Move sprintf to snprintf. 2023-01-25 23:23:29 -08:00
itrbnfrt.h ICU-21734 Add missing overrides in tests 2021-09-07 13:56:33 -07:00
itspoof.cpp ICU-22332 bidiSkeleton and LTR- and RTL-confusabilities 2023-08-23 15:56:02 +02:00
itspoof.h ICU-22332 bidiSkeleton and LTR- and RTL-confusabilities 2023-08-23 15:56:02 +02:00
ittrans.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ittrans.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
itutil.cpp ICU-21833 Replace U_OVERRIDE with override everywhere. 2023-02-22 18:28:07 +01:00
itutil.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
jacoll.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
jacoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
jamotest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
jamotest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
lcukocol.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
lcukocol.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
listformattertest.cpp ICU-22251 Move sprintf to snprintf. 2023-01-25 23:23:29 -08:00
listformattertest.h ICU-21871 Make behavior consistent on list format of empty strings 2022-03-15 18:11:57 -07:00
localebuildertest.cpp ICU-22324 Mavenization, updating the cldr-to-icu scripts and instructions 2023-09-05 10:24:23 -07:00
localebuildertest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
localematchertest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
locnmtst.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
locnmtst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
loctest.cpp ICU-22325 CLDR release-44-alpha3 to main part 3 (ICU sources: lib, tools, tests) 2023-09-15 14:02:20 -07:00
loctest.h ICU-20777 Merge the likelySubtags implemention 2023-08-18 09:35:54 -07:00
lstmbetst.cpp ICU-22342 Implement ExternalBreakEngineAPI 2023-08-30 11:43:16 -07:00
lstmbetst.h ICU-22342 Implement ExternalBreakEngineAPI 2023-08-30 11:43:16 -07:00
Makefile.in ICU-22363 Add support for QNX 7.1 2023-08-10 17:46:01 -07:00
measfmttest.cpp ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes 2023-09-13 11:06:53 -07:00
miscdtfm.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
miscdtfm.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
mnkytst.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
mnkytst.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
msfmrgts.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
msfmrgts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
nmfmapts.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
nmfmapts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
nmfmtrt.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
nmfmtrt.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
normconf.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
normconf.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
nptrans.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
nptrans.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
numberformattesttuple.cpp ICU-22283 Add additional ERoundingMode variants 2023-03-14 00:51:42 -07:00
numberformattesttuple.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
numbertest.h ICU-22455 Implemented algorithm in CLDR-16981 to preserve regional unit overrides when they don't conflict 2023-09-05 16:52:18 -04:00
numbertest_affixutils.cpp ICU-21833 Replace U_OVERRIDE with override everywhere. 2023-02-22 18:28:07 +01:00
numbertest_api.cpp ICU-22455 Implemented algorithm in CLDR-16981 to preserve regional unit overrides when they don't conflict 2023-09-05 16:52:18 -04:00
numbertest_decimalquantity.cpp ICU-21322 Add parse and format methods for DecimalQuantity with exponent 2022-03-08 15:56:50 -08:00
numbertest_doubleconversion.cpp ICU-13393 Removing the UPRV_INCOMPLETE_CPP11_SUPPORT flag since the number formatting code is no longer isolated from the rest of ICU. 2018-04-23 23:02:26 +00:00
numbertest_modifiers.cpp ICU-20665 Removing number-dependence from ICU4C FormattedStringBuilder fields. 2020-01-17 11:22:02 +01:00
numbertest_parse.cpp ICU-21230 Add status to MaybeStackArray(int32_t newCapacity), plumb it through. 2020-08-24 22:55:26 +02:00
numbertest_patternmodifier.cpp ICU-21358 Use sign position to format approximate numbers 2021-08-19 16:18:19 -05:00
numbertest_patternstring.cpp ICU-21556 Support currency as decimal separator in patterns 2021-09-22 12:34:05 -05:00
numbertest_permutation.cpp ICU-22324 Mavenization, updating the cldr-to-icu scripts and instructions 2023-09-05 10:24:23 -07:00
numbertest_range.cpp ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open). 2022-09-06 09:14:07 -07:00
numbertest_simple.cpp ICU-22093 Polish for SimpleNumberFormatter 2023-01-12 11:38:27 -06:00
numbertest_skeletons.cpp ICU-22455 Implemented algorithm in CLDR-16981 to preserve regional unit overrides when they don't conflict 2023-09-05 16:52:18 -04:00
numfmtdatadriventest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
numfmtspectest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
numfmtst.cpp ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes 2023-09-13 11:06:53 -07:00
numfmtst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
numrgts.cpp ICU-22325 CLDR release-44-alpha1 to main: 2023-08-22 14:40:51 -07:00
numrgts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
pluralmaptest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
plurfmts.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
plurfmts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
plurults.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
plurults.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
pptest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
pptest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
punyref.cpp ICU-20159 Fixing gcc warnings in project and test code. 2018-10-29 16:28:54 -07:00
punyref.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
quantityformattertest.cpp ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
rbbiapts.cpp ICU-22404 Unicode 15.1 beta data files & API constants 2023-07-13 19:26:14 -07:00
rbbiapts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
rbbimonkeytest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
rbbimonkeytest.h ICU-21833 Replace U_OVERRIDE with override everywhere. 2023-02-22 18:28:07 +01:00
rbbitst.cpp ICU-22342 Rename fillBreak to fillBreaks 2023-09-14 10:04:57 -07:00
rbbitst.h ICU-22342 Implement ExternalBreakEngineAPI 2023-08-30 11:43:16 -07:00
regcoll.cpp ICU-22277 correct collation error return of uninitialized length value while previous code return error 2023-02-13 14:24:33 -08:00
regcoll.h ICU-22277 correct collation error return of uninitialized length value while previous code return error 2023-02-13 14:24:33 -08:00
regextst.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
regextst.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
regiontst.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
regiontst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
reldatefmttest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
reptest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
reptest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
restest.cpp ICU-21877 Fixed it so that getAllChildrenWithFallback() correctly calls its sink with every possible resource the 2023-09-20 14:09:21 -07:00
restest.h ICU-21877 Fixed it so that getAllChildrenWithFallback() correctly calls its sink with every possible resource the 2023-09-20 14:09:21 -07:00
restsnew.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
restsnew.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
scientificnumberformattertest.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
sdtfmtts.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
sdtfmtts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
selfmts.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
selfmts.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
sfwdchit.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
sfwdchit.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
simpleformattertest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
simplethread.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
simplethread.h ICU-21734 Add missing overrides in tests 2021-09-07 13:56:33 -07:00
srchtest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
srchtest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
ssearch.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
ssearch.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
static_unisets_test.cpp ICU-22325 CLDR release-44-alpha1 to main: 2023-08-22 14:40:51 -07:00
strcase.cpp ICU-22433 uppercase decomposed greek to decomposed greek and precomposed greek to precomposed greek. 2023-08-08 22:20:20 +02:00
string_segment_test.cpp ICU-21734 Add missing overrides in tests 2021-09-07 13:56:33 -07:00
strtest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
strtest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
svccoll.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
svccoll.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tchcfmt.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tchcfmt.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
testidn.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
testidna.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
testidna.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
testutil.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
testutil.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
textfile.cpp ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
textfile.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
tfsmalls.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tfsmalls.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
thcoll.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
thcoll.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tmsgfmt.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tmsgfmt.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tokiter.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
tokiter.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
transapi.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
transapi.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
transrt.cpp ICU-22325 CLDR release-44-alpha1 to main: 2023-08-22 14:40:51 -07:00
transrt.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
transtst.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
transtst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
trcoll.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
trcoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
trnserr.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
trnserr.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tscoll.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tscoll.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
tsdate.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tsdate.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tsdcfmsy.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
tsdcfmsy.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
tsdtfmsy.cpp ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
tsdtfmsy.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tsmthred.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tsmthred.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tsnmfmt.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tsnmfmt.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
tsputil.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tsputil.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tstnorm.cpp ICU-22404 new properties IDS_Unary_Operator, ID_Compat_Math_*, NFKC_SCF 2023-09-16 14:41:51 -07:00
tstnorm.h ICU-22404 new properties IDS_Unary_Operator, ID_Compat_Math_*, NFKC_SCF 2023-09-16 14:41:51 -07:00
tstnrapi.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
tufmtts.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tzbdtest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
tzbdtest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tzfmttst.cpp ICU-22325 CLDR release-44-alpha1 to main: 2023-08-22 14:40:51 -07:00
tzfmttst.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tzoffloc.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tzoffloc.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tzregts.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
tzregts.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tzrulets.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tzrulets.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
tztest.cpp ICU-22452 API for resolving preferred IANA zone ID from a zone ID. 2023-08-11 17:00:05 -04:00
tztest.h ICU-22452 API for resolving preferred IANA zone ID from a zone ID. 2023-08-11 17:00:05 -04:00
ucaconf.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
ucaconf.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
ucdtest.cpp ICU-22404 new properties IDS_Unary_Operator, ID_Compat_Math_*, NFKC_SCF 2023-09-16 14:41:51 -07:00
ucdtest.h ICU-22404 new properties IDS_Unary_Operator, ID_Compat_Math_*, NFKC_SCF 2023-09-16 14:41:51 -07:00
uchar_type_build_test.cpp ICU-22356 Use ConstChar16Ptr to safely cast from UChar* to char16_t*. 2023-04-24 23:56:49 +02:00
ucharstrietest.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
unifiedcachetest.cpp ICU-21374 Add a CFI build bot for ICU4C 2023-02-06 15:47:14 -08:00
units_data_test.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
units_router_test.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
units_test.cpp ICU-22463 Fix the conversion from gasoline-equivalent units to kilograms-per-meter-squared-per-second 2023-09-23 06:48:25 +02:00
uobjtest.cpp ICU-22224 Enable UBSAN and fix breakage 2023-02-27 17:31:49 -08:00
uobjtest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
usettest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
usettest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
ustrtest.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
ustrtest.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
uts46test.cpp ICU-22404 Unicode 15.1 beta data files & API constants 2023-07-13 19:26:14 -07:00
utxttest.cpp ICU-21653 utext_current32 should handle access callback that changes chunk size 2023-03-17 08:45:00 -07:00
utxttest.h ICU-21653 utext_current32 should handle access callback that changes chunk size 2023-03-17 08:45:00 -07:00
uvectest.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
uvectest.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
v32test.cpp ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
v32test.h ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
windttst.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
windttst.h ICU-13102 - Add logKnownIssue and skip problematic locales in format/DateFormatTest/TestHost for now. 2017-04-08 02:22:19 +00:00
winnmtst.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
winnmtst.h ICU-13102 - Add logKnownIssue and skip problematic locales in format/NumberFormatTest/TestHost for now. 2017-04-08 04:20:31 +00:00
winutil.cpp ICU-21833 Replace NULL with nullptr in all C++ code. 2023-02-03 20:20:38 +01:00
winutil.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00