/haiku/src/kits/locale/ |
H A D | RelativeDateTimeFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | StringFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | DateTimeFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | TimeFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | NumberFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | TimeUnitFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | DateFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | Collator.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | DurationFormat.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
/haiku/headers/private/locale/ |
H A D | ICUWrapper.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
/haiku/src/data/package_infos/x86_64/ |
H A D | haiku_secondary | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
/haiku/src/data/package_infos/x86/ |
H A D | haiku_secondary | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
/haiku/headers/private/libroot/locale/ |
H A D | ICUMessagesData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUNumericData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICULocaleconvData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUMonetaryData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUTimeData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUCategoryData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUCollateData.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUTimeConversion.h | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
/haiku/src/system/libroot/add-ons/icu/ |
H A D | ICUMessagesData.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICULocaleconvData.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUMonetaryData.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUTimeData.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|
H A D | ICUCategoryData.cpp | 1bad1ff34a3e132a8816d2ac7ba9722d3a5249a9 Sun Aug 02 09:53:25 UTC 2020 Adrien Destugues <pulkomandy@pulkomandy.tk> Prepare for ICU update
- libicule and libiculx do not exist anymore in newer ICU versions (harfbuzz replaces them), but we didn't actually use them, so remove them from the build feature and from the package dependencies - Add namespace usage marcos since the newer ICU packages put ICU things in a namespace, making it easier to have multiple versions of ICU used side by side.
No functional change intended, but this makes it possible to build the code with either ICU 57 (for gcc2) or 66 (for other architectures).
|