Searched refs:StrLen (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 134 return this->Init(other->GetLanguage(), Utils::StrLen(other->GetLanguage()), other->GetScript(), in CopyFromLocaleInfo() 135 Utils::StrLen(other->GetScript()), other->GetRegion(), Utils::StrLen(other->GetRegion())); in CopyFromLocaleInfo() 143 return this->Init(other->GetLanguage(), Utils::StrLen(other->GetLanguage()), other->GetScript(), in Copy() 144 Utils::StrLen(other->GetScript()), other->GetRegion(), Utils::StrLen(other->GetRegion())); in Copy() 263 size_t strLen = Utils::StrLen(str); in BuildFromString() 275 size_t len = Utils::StrLen(language); in BuildFromParts() 295 len = Utils::StrLen(script); in BuildFromParts() 305 len = Utils::StrLen(regio in BuildFromParts() [all...] |
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 138 return this->Init(other->getLanguage(), Utils::StrLen(other->getLanguage()), other->getScript(), in CopyFromLocaleInfo() 139 Utils::StrLen(other->getScript()), other->getCountry(), Utils::StrLen(other->getCountry())); in CopyFromLocaleInfo() 148 return this->Init(other->GetLanguage(), Utils::StrLen(other->GetLanguage()), other->GetScript(), in Copy() 149 Utils::StrLen(other->GetScript()), other->GetRegion(), Utils::StrLen(other->GetRegion())); in Copy() 268 size_t strLen = Utils::StrLen(str); in BuildFromString() 277 size_t len = Utils::StrLen(language); in BuildFromParts() 296 len = Utils::StrLen(script); in BuildFromParts() 305 len = Utils::StrLen(regio in BuildFromParts() [all...] |
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/ |
H A D | utils.h | 33 static size_t StrLen(const char *s);
|
/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | utils.h | 70 static size_t StrLen(const char *s);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | utils.cpp | 83 size_t Utils::StrLen(const char *s) in StrLen() function in OHOS::Global::Resource::Utils
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 195 size_t Utils::StrLen(const char *s) in StrLen() function in OHOS::Global::Resource::Utils
|
Completed in 4 milliseconds