Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wstr
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/buffer/
H
A
D
converter.cpp
108
u16string Utf16BEToLE(const u16string &
wstr
)
in Utf16BEToLE()
argument
111
const char16_t *data =
wstr
.data();
in Utf16BEToLE()
112
for (unsigned int i = 0; i <
wstr
.length(); i++) {
in Utf16BEToLE()
122
string Utf16BEToANSI(const u16string &
wstr
)
in Utf16BEToANSI()
argument
125
for (u16string::const_iterator it =
wstr
.begin(); it !=
wstr
.end(); ++it) {
in Utf16BEToANSI()
H
A
D
converter.h
75
std::string Utf16BEToANSI(const std::wstring &
wstr
);
76
std::u16string Utf16BEToLE(const std::u16string &
wstr
);
/commonlibrary/ets_utils/platform/ohos/
H
A
D
util_helper.cpp
231
std::u16string Utf16BEToLE(const std::u16string &
wstr
)
in Utf16BEToLE()
argument
234
const char16_t *data =
wstr
.data();
in Utf16BEToLE()
235
for (unsigned int i = 0; i <
wstr
.length(); i++) {
in Utf16BEToLE()
/commonlibrary/ets_utils/platform/
H
A
D
util_helper.h
88
std::u16string Utf16BEToLE(const std::u16string &
wstr
);
/commonlibrary/ets_utils/js_api_module/url/test/
H
A
D
test_napi.cpp
85
icu::UnicodeString
wstr
= icu::UnicodeString::fromUTF8(sp);
in ReviseStr()
local
86
const size_t lenStr = static_cast<size_t>(
wstr
.length());
in ReviseStr()
94
auto charaEncode = static_cast<size_t>(
wstr
[i]);
in ReviseStr()
Completed in 9 milliseconds