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:Str16ToStr8
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_string_test.cpp
493
EXPECT_EQ(0, strValue.compare(
Str16ToStr8
(str16)));
in HWTEST_F()
504
string str8Result =
Str16ToStr8
(str16Result);
in HWTEST_F()
510
str8Result =
Str16ToStr8
(str16Result);
in HWTEST_F()
522
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
533
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
540
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
554
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
568
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
582
string str8Result =
Str16ToStr8
(str16Value);
in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H
A
D
string_benchmark_test.cpp
596
AssertEqual(COMPARE_STRING_RESULT, strValue.compare(
Str16ToStr8
(str16)),
in BENCHMARK_F()
597
"strValue.compare(
Str16ToStr8
(str16)) did not equal 0 as expected.", state);
in BENCHMARK_F()
613
string str8Result =
Str16ToStr8
(str16Result);
in BENCHMARK_F()
620
str8Result =
Str16ToStr8
(str16Result);
in BENCHMARK_F()
638
string str8Result =
Str16ToStr8
(str16Value);
in BENCHMARK_F()
655
string str8Result =
Str16ToStr8
(str16Value);
in BENCHMARK_F()
/commonlibrary/c_utils/base/include/
H
A
D
string_ex.h
235
std::string
Str16ToStr8
(const std::u16string& str16);
/commonlibrary/c_utils/base/src/
H
A
D
string_ex.cpp
269
string
Str16ToStr8
(const u16string& str16)
in Str16ToStr8()
function
Completed in 4 milliseconds