Skip to content

Commit

Permalink
chore: update the coverage report
Browse files Browse the repository at this point in the history
In the meantime quite a few new functions were implemented, without
updating the coverage report. Let's do that now.
  • Loading branch information
filmil committed Oct 25, 2023
1 parent d02f582 commit 2f2849e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 23 deletions.
31 changes: 15 additions & 16 deletions coverage/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
| `ucal.h` | 15 / 47 |
| `ucol.h` | 8 / 51 |
| `udat.h` | 10 / 38 |
| `udata.h` | 2 / 8 |
| `udata.h` | 4 / 8 |
| `uenum.h` | 8 / 8 |
| `uformattable.h` | 6 / 13 |
| `ulistformatter.h` | 2 / 8 |
| `uloc.h` | 20 / 42 |
| `uloc.h` | 28 / 42 |
| `umsg.h` | 6 / 20 |
| `unum.h` | 14 / 31 |
| `unumberformatter.h` | 7 / 13 |
| `unum.h` | 14 / 32 |
| `unumberformatter.h` | 7 / 6 |
| `upluralrules.h` | 3 / 8 |
| `ustring.h` | 3 / 61 |
| `utext.h` | 3 / 28 |
Expand Down Expand Up @@ -211,11 +211,12 @@
| Unimplemented | Implemented |
| ------------- | ----------- |
| | `UDataMemory` |
| | `udata_open` |
| | `udata_setCommonData` |
| | `u_setDataDirectory` |
| `udata_close` | |
| `udata_getInfo` | |
| `udata_getMemory` | |
| `udata_open` | |
| `udata_openChoice` | |
| `udata_setAppData` | |
| `udata_setFileAccess` | |
Expand Down Expand Up @@ -282,8 +283,16 @@
| | `uloc_getBaseName` |
| | `uloc_getCountry` |
| | `uloc_getDefault` |
| | `uloc_getDisplayCountry` |
| | `uloc_getDisplayKeyword` |
| | `uloc_getDisplayKeywordValue` |
| | `uloc_getDisplayLanguage` |
| | `uloc_getDisplayName` |
| | `uloc_getDisplayScript` |
| | `uloc_getDisplayVariant` |
| | `uloc_getKeywordValue()` |
| | `uloc_getLanguage` |
| | `uloc_getName` |
| | `uloc_getScript` |
| | `uloc_getVariant` |
| | `uloc_minimizeSubtags` |
Expand All @@ -297,13 +306,6 @@
| `uloc_countAvailable` | |
| `uloc_getAvailable` | |
| `uloc_getCharacterOrientation` | |
| `uloc_getDisplayCountry` | |
| `uloc_getDisplayKeyword` | |
| `uloc_getDisplayKeywordValue` | |
| `uloc_getDisplayLanguage` | |
| `uloc_getDisplayName` | |
| `uloc_getDisplayScript` | |
| `uloc_getDisplayVariant` | |
| `uloc_getISO3Country` | |
| `uloc_getISO3Language` | |
| `uloc_getISOCountries` | |
Expand All @@ -312,7 +314,6 @@
| `uloc_getLCID` | |
| `uloc_getLineOrientation` | |
| `uloc_getLocaleForLCID` | |
| `uloc_getName` | |
| `uloc_getParent` | |
| `uloc_isRightToLeft` | |
| `uloc_openAvailableByType` | |
Expand Down Expand Up @@ -373,6 +374,7 @@
| `unum_getAttribute` | |
| `unum_getContext` | |
| `unum_getDoubleAttribute` | |
| `unum_hasAttribute` | |
| `unum_parse` | |
| `unum_parseDecimal` | |
| `unum_parseDouble` | |
Expand All @@ -394,11 +396,8 @@
| | `unumf_resultNextFieldPosition` |
| | `unumf_resultToString` |
| `unumf_close` | |
| `unumf_closeResult` | |
| `unumf_formatDouble` | |
| `unumf_formatInt` | |
| `unumf_resultAsValue` | |
| `unumf_resultToDecimalNumber` | |

# Header: `upluralrules.h`

Expand Down
2 changes: 2 additions & 0 deletions coverage/udata_implemented.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
UDataMemory
udata_open
udata_setCommonData
u_setDataDirectory
8 changes: 8 additions & 0 deletions coverage/uloc_implemented.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ uloc_forLanguageTag
uloc_getBaseName
uloc_getCountry
uloc_getDefault
uloc_getDisplayCountry
uloc_getDisplayKeyword
uloc_getDisplayKeywordValue
uloc_getDisplayLanguage
uloc_getDisplayName
uloc_getDisplayScript
uloc_getDisplayVariant
uloc_getKeywordValue()
uloc_getLanguage
uloc_getName
uloc_getScript
uloc_getVariant
uloc_minimizeSubtags
Expand Down
1 change: 1 addition & 0 deletions coverage/unum_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ unum_getDoubleAttribute
unum_getLocaleByType
unum_getSymbol
unum_getTextAttribute
unum_hasAttribute
unum_open
unum_parse
unum_parseDecimal
Expand Down
7 changes: 0 additions & 7 deletions coverage/unumberformatter_all.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
unumf_close
unumf_closeResult
unumf_formatDecimal
unumf_formatDouble
unumf_formatInt
unumf_openForSkeletonAndLocale
unumf_openForSkeletonAndLocaleWithError
unumf_openResult
unumf_resultAsValue
unumf_resultGetAllFieldPositions
unumf_resultNextFieldPosition
unumf_resultToDecimalNumber
unumf_resultToString

0 comments on commit 2f2849e

Please sign in to comment.