Home
last modified time | relevance | path

Searched defs:c (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp347 char c = s[i]; in WriteEscaped() local
573 for (char c : temp) { in DealCdata() local
748 int c = PriorDealChar(); in SkipChar() local
761 char c = 0; in ParseNameInner() local
789 char c = strXml_[position_]; in ParseName() local
819 int c = 0; in ParseEntityFunc() local
868 int c = PriorDealChar(); in ParseEntity() local
892 bool XmlPullParser::ParseTagValueFunc(char &c, bool bFlag, TextEnum textEnum, in ParseTagValueFunc()
926 void XmlPullParser::DealWhiteSpace(unsigned char c) in DealWhiteSpace()
948 unsigned char c = strXml_[position_]; in ParseTagValueInner() local
[all …]
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dgraph.cpp25 std::ostream &operator<<(std::ostream &stream, typename G::VColor c) in operator <<()
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp142 for (const auto& c : str) { in IsNumericStr() local
157 for (const auto& c : str) { in IsAlphaStr() local
172 for (const auto& c : str) { in IsUpperStr() local
187 for (const auto& c : str) { in IsLowerStr() local
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp128 char c = static_cast<char>(wc & LOWER_8_BITS_MASK); in Utf16BEToANSI() local
141 bool IsBase64Char(unsigned char c) in IsBase64Char()
291 char c = hex.at(i); in IsValidHex() local
Djs_buffer.cpp360 char16_t c = data[i]; in Utf16StrToStr() local
/commonlibrary/rust/ylong_http/ylong_http/src/response/
Dstatus.rs89 let c = bytes[2].wrapping_sub(b'0') as u16; in from_bytes() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dpercent_encoding.rs154 let c = if let Some(ch) = origin.next() { in parse_authority() localVariable
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h488 bool XmlTest::ParseTagValueFunc(napi_env env, std::string str, char &c, size_t &start, std::string … in ParseTagValueFunc()
/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.cpp871 char16_t c = *(inputStr + i); in FixUSVstring() local
Djs_url.cpp1699 for (char c : str) { in ContainsWideOrUnicodeChars() local