Home
last modified time | relevance | path

Searched refs:templen (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/uri/
H A Dnative_module_uri.cpp112 size_t templen = temp.size(); in IsFailed() local
113 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in IsFailed()
125 size_t templen = temp.size(); in UriToString() local
126 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in UriToString()
190 size_t templen = temp.size(); in AddQueryValue() local
191 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in AddQueryValue()
253 size_t templen = temp.size(); in GetScheme() local
254 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in GetScheme()
270 size_t templen = temp.size(); in GetAuthority() local
271 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, in GetAuthority()
283 size_t templen = temp.size(); GetSsp() local
300 size_t templen = temp.size(); GetUserinfo() local
317 size_t templen = temp.size(); GetHost() local
330 size_t templen = temp.size(); GetPort() local
347 size_t templen = temp.size(); GetPath() local
364 size_t templen = temp.size(); GetQuery() local
381 size_t templen = temp.size(); GetFragment() local
[all...]
/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp375 size_t templen = temp.size(); in XmlSerializerError() local
376 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in XmlSerializerError()
433 size_t templen = temp.size(); in XmlPullParserError() local
434 NAPI_CALL(env, napi_create_string_utf8(env, temp.c_str(), templen, &result)); in XmlPullParserError()

Completed in 3 milliseconds