Home
last modified time | relevance | path

Searched defs:SplitLocale (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h105 int32_t (*SplitLocale)(const char *src, char **dest, int32_t *num); member
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c93 static int32_t SplitLocale(const char *src, char **dest, int32_t *num) in SplitLocale() function