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:BYTE_VALUE
(Results
1 - 4
of
4
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
measure_data.cpp
286
const std::vector<std::string>
BYTE_VALUE
{
574
for (size_t i = 0; i <
BYTE_VALUE
.size(); i++) {
in ConvertByte()
575
if (
BYTE_VALUE
[i] == tempUnit) {
in ConvertByte()
586
tempUnit =
BYTE_VALUE
[i - 1];
in ConvertByte()
591
for (size_t i = indexSecond + 1; i <
BYTE_VALUE
.size(); i++) {
in ConvertByte()
596
tempUnit =
BYTE_VALUE
[i];
in ConvertByte()
/base/telephony/core_service/services/sim/src/
H
A
D
sim_utils.cpp
231
int len = data[offset + 1] &
BYTE_VALUE
;
in UcsConvertToString()
244
base = (data[offset + UCS_BASE_POS] &
BYTE_VALUE
) << BYTE_LESS;
in UcsConvertToString()
270
int len = data[offset + 1] &
BYTE_VALUE
;
in UcsWideConvertToString()
311
int c = data[i] &
BYTE_VALUE
;
in Decode8BitConvertToString()
312
if (c ==
BYTE_VALUE
) {
in Decode8BitConvertToString()
H
A
D
icc_dialling_numbers_handler.cpp
563
diallingNumberString[i] = (unsigned char)
BYTE_VALUE
;
in CreateSavingSequence()
613
value = (unsigned char)(
BYTE_VALUE
);
in FillNumberFiledForDiallingNumber()
/base/telephony/core_service/services/sim/include/
H
A
D
sim_constant.h
245
BYTE_VALUE
= 0xFF
enumerator
Completed in 5 milliseconds