mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-2487 update documentation on internal function ures_findResource(), as this function does not currently have a syntax to handle resource bundle trees.
X-SVN-Rev: 14981
This commit is contained in:
parent
4d9959385c
commit
d442797ad9
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle
|
|||
* and path inside the locale, for example: "/myData/en/zoneStrings/3". Keys and indexes are supported. Keys
|
||||
* need to reference data in named structures, while indexes can reference both named and anonymous resources.
|
||||
* Features a fill-in parameter.
|
||||
*
|
||||
* Note, this function does NOT have a syntax for specifying items within a tree. May want to consider a
|
||||
* syntax that delineates between package/tree and resource.
|
||||
*
|
||||
* @param pathToResource a path that will lead to the requested resource
|
||||
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
|
||||
|
|
Loading…
Add table
Reference in a new issue