Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp1264 size_t sp = depth++ * 4; // 4: number of args in ParseStartTag() local
1339 size_t sp = (depth - 1) * 4; // 4: number of args in ParseEndTag() local
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
Dencoder.rs623 let sp = " ".as_bytes(); in encode() localVariable
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp85 icu::StringPiece sp(str.c_str()); in ReviseStr() local