Searched refs:IsAsciiString (Results 1 – 11 of 11) sorted by relevance
207 bool PsueManager::IsAsciiString(const std::string &src) in IsAsciiString() function in OHOS::Global::Resource::PsueManager221 if (!IsAsciiString(src)) { in BidirectionConvert()
32 bool IsAsciiString(const std::string &src);
225 bool IsAsciiString(const std::string& str);
475 bool ret = IsAsciiString(strValue);479 ret = IsAsciiString(strValue);483 ret = IsAsciiString(strValue);
575 bool ret = IsAsciiString(strValue); in BENCHMARK_F()579 ret = IsAsciiString(strValue); in BENCHMARK_F()583 ret = IsAsciiString(strValue); in BENCHMARK_F()
19 | bool | **IsAsciiString**(const std::string& str)<br>判断字符串是否全部由ASCII码字符组成。 |
150 if (!IsAsciiString(payload)) { in StringToJson()
246 bool IsAsciiString(const string& str) in IsAsciiString() function
508 if (IsAsciiString(uriString_)) { in Marshalling()
395 if (IsAsciiString(path)) { in GetPixelMapFromServer()
531 if (IsAsciiString(path)) { in OpenThumbnail()