Home
last modified time | relevance | path

Searched refs:IsAsciiString (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dpsue_manager.cpp207 bool PsueManager::IsAsciiString(const std::string &src) in IsAsciiString() function in OHOS::Global::Resource::PsueManager
221 if (!IsAsciiString(src)) { in BidirectionConvert()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dpsue_manager.h32 bool IsAsciiString(const std::string &src);
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dstring_ex.h225 bool IsAsciiString(const std::string& str);
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp475 bool ret = IsAsciiString(strValue);
479 ret = IsAsciiString(strValue);
483 ret = IsAsciiString(strValue);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp575 bool ret = IsAsciiString(strValue); in BENCHMARK_F()
579 ret = IsAsciiString(strValue); in BENCHMARK_F()
583 ret = IsAsciiString(strValue); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-string.md19 | bool | **IsAsciiString**(const std::string& str)<br>判断字符串是否全部由ASCII码字符组成。 |
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp150 if (!IsAsciiString(payload)) { in StringToJson()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp246 bool IsAsciiString(const string& str) in IsAsciiString() function
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp508 if (IsAsciiString(uriString_)) { in Marshalling()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp395 if (IsAsciiString(path)) { in GetPixelMapFromServer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp531 if (IsAsciiString(path)) { in OpenThumbnail()