Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dsystem_util.py36 def read_file(name, normalize=True): argument
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-uri.md259 ### normalize subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-uri.md256 ### normalize subsection
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp571 std::string normalize = uri.Normalize(); variable
578 std::string normalize = uri.Normalize(); variable
585 std::string normalize = uri.Normalize(); variable
592 std::string normalize = uri.Normalize(); variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs237 fn normalize(input: &[u8]) -> Result<String, HttpError> { in normalize() method