icu/icu4c/source/test/cintltst
Fredrik Roubert 83726260ef ICU-23031 Reinstate special case for "-u-va-posix" lost by ICU-22520.
Inside of locimp_forLanguageTag() in _appendKeywords() in uloc_tag.cpp
there's a hardcoded special case for "-u-va-posix" which appends the
"_POSIX" variant but this was missed during the refactoring made for
ICU-22520 (there isn't any test case that covers this).

So the call to locimp_forLanguageTag() did more than previously
understood, but we still don't want to have to call that for every
language tag that has BCP-47 extensions just in order to get to this
special case. Instead, add a special case also to ulocimp_getSubtags().

For this to work nicely, the loop in _getVariant() that copies variants
needs to be refactored so that it easily can break when encountering the
start of any BCP-47 extension (which also has the welcome side-effect of
making it more efficient, being able to append an entire variant at once
to the output sink).

This was broken by commit 678d5c1273.
2025-02-13 08:50:17 +01:00
..
bocu1tst.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
callcoll.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
callcoll.h
calldata.h
calltest.c ICU-20138 Adding FormattedValue APIs in C, C++, and Java. 2019-01-10 17:02:49 -06:00
capitst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
capitst.h ICU-21894 A modern version of ucol_safeClone and ucnv_safeClone API 2022-02-01 16:41:49 +00:00
cbiapts.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
cbiapts.h
cbididat.c
cbiditransformtst.c
cbiditst.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
cbiditst.h
cbkittst.c
ccaltst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
ccaltst.h ICU-22452 API for resolving preferred IANA zone ID from a zone ID. 2023-08-11 17:00:05 -04:00
ccapitst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
ccapitst.h
ccolltst.c ICU-22251 Move sprintf to snprintf. 2023-01-25 23:23:29 -08:00
ccolltst.h
cconvtst.c
cctest.c
ccurrtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
ccurrtst.h
cdateintervalformattest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cdattst.c ICU-22723 Integrate CLDR 46 release alpha0, part 3, source files 2024-08-14 17:09:35 -07:00
cdattst.h
cdetst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cdetst.h
cdtdptst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cdtdptst.h
cdtrgtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cdtrgtst.h
cestst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cestst.h
cfintst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cfintst.h
cformtst.c ICU-21182 Adding UNumberRangeFormatter (C API). 2020-08-12 21:33:38 -05:00
cformtst.h ICU-21416 Fix typos in comments 2020-12-09 14:17:14 -08:00
cfrtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cfrtst.h
cg7coll.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cg7coll.h
cgendtst.c
chashtst.c ICU-22793 Remove superfluous return value typecasts to UBool. 2024-09-19 17:11:38 +02:00
cintltst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
cintltst.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
cintltst.vcxproj ICU-21107 Specify language standard versions C11 & C++17 also for MSVC 2024-01-17 09:26:22 -08:00
cintltst.vcxproj.filters ICU-22592 Rename source file that should not be directly compiled. 2023-12-14 20:11:50 +01:00
citertst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
citertst.h ICU-21555 fix typos for D, E and F found in the repo 2021-05-10 11:09:05 -07:00
cjaptst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cjaptst.h
cldrtest.c ICU-22723 Integrate CLDR 46 release alpha0, part 3, source files 2024-08-14 17:09:35 -07:00
cloctst.c ICU-23031 Reinstate special case for "-u-va-posix" lost by ICU-22520. 2025-02-13 08:50:17 +01:00
cloctst.h ICU-23031 Reinstate special case for "-u-va-posix" lost by ICU-22520. 2025-02-13 08:50:17 +01:00
cmsccoll.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
cmsgtst.c ICU-23026 skip test for QNX 2025-01-30 15:20:26 -08:00
cmsgtst.h
cnmdptst.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
cnmdptst.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
cnormtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cnormtst.h
cnumtst.c ICU-22621 Clang-Tidy: readability-redundant-control-flow 2024-03-19 15:55:56 +01:00
cnumtst.h
cpluralrulestest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cposxtst.c
crelativedateformattest.c ICU-22668 Added unit tests to verify that CLDR-17892 addresses the original problem reported here and took out an 2024-09-20 16:00:33 -07:00
crestst.c ICU-22793 Remove superfluous return value typecasts to UBool. 2024-09-19 17:11:38 +02:00
crestst.h
creststn.c ICU-22922 Integrate CLDR 47 release alpha1, part 3, source files 2025-01-30 13:45:15 -08:00
creststn.h ICU-20769 refactor UResourceBundle.fResData & init_resb_result() 2021-08-31 02:26:33 +00:00
cstrcase.c ICU-13533 Fix address sanitizer failures found with no-data ICU testing. 2019-08-19 13:29:32 -07:00
cstrtest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cturtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
cturtst.h
cucdapi.c ICU-22707 expectedLong script names 2024-04-29 17:00:55 -07:00
cucdapi.h
cucdtst.c ICU-22936 Replace all ICU4C code that uses UBool as an integer. 2024-10-07 14:40:16 +02:00
currtest.c ICU-22935 Add ZWG to static currency lists 2024-10-04 12:11:02 -07:00
custrtrn.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
custrtst.c ICU-22721 Rename scoped variable to not shadow variable in outer scope. 2024-05-14 19:03:14 +02:00
cutiltst.c ICU-22435 Add C API for Locale 2023-08-17 12:15:47 -07:00
encoll.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
encoll.h
eurocreg.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
hpmufn.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
idnatest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
Makefile.in ICU-22435 Add C API for Locale 2023-08-17 12:15:47 -07:00
nccbtst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
nccbtst.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
ncnvfbts.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
ncnvfbts.h
ncnvtst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
nfsprep.c
nfsprep.h
nucnvtst.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
nucnvtst.h
putiltst.c ICU-22251 Move sprintf to snprintf. 2023-01-25 23:23:29 -08:00
reapits.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
sorttest.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
spooftest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
spreptst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
sprpdata.c ICU-22214 Fix set pointer to false in sprpdata.c 2022-11-28 14:48:18 -08:00
stdnmtst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
tracetst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
trie2test.c ICU-22793 Clang-Tidy: google-readability-casting 2024-09-19 18:59:13 +02:00
trietest.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
ucnvseltst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
ucnvseltst.h
ucptrietest.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
ucsdetst.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
udatatst.c ICU-22936 Replace all ICU4C code that uses UBool as an integer. 2024-10-07 14:40:16 +02:00
udatpg_test.c ICU-22668 Added unit tests to verify that CLDR-17892 addresses the original problem reported here and took out an 2024-09-20 16:00:33 -07:00
uenumtst.c ICU-13764 Add separate CI build that treats warnings as errors with clang. 2019-07-30 22:10:02 -07:00
uformattedvaluetst.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
ulistfmttest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
ulocaletst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
ulocbuildertst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
unumberformattertst.c ICU-22692 Change SimpleNumber truncateAt to setMaximumIntegerDigits 2024-03-26 16:13:46 -07:00
unumberrangeformattertst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
uregiontest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
usettest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
usrchdat.inc ICU-22592 Rename source file that should not be directly compiled. 2023-12-14 20:11:50 +01:00
usrchtst.c ICU-22592 Rename source file that should not be directly compiled. 2023-12-14 20:11:50 +01:00
utexttst.c ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
utf8tst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
utf16tst.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
utmstest.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00
utransts.c ICU-22604 Use 'void' for empty C parameter lists (-Wstrict-prototypes). 2023-12-19 09:27:01 +09:00