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:CharIsToken
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_decode_buffer.h
38
static bool
CharIsToken
(uint8_t oneByte);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H
A
D
wappushbuffer_fuzzer.cpp
57
decodeBuffer->
CharIsToken
(uint8tValue);
in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_wap_push_buffer.h
50
static bool
CharIsToken
(uint8_t oneByte);
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_decode_buffer.cpp
213
* @brief
CharIsToken
226
bool MmsDecodeBuffer::
CharIsToken
(uint8_t oneByte)
in CharIsToken()
function in OHOS::Telephony::MmsDecodeBuffer
284
if (
CharIsToken
(oneByte)) {
in DecodeTokenText()
H
A
D
mms_encode_buffer.cpp
328
if (!MmsDecodeBuffer::
CharIsToken
(value.at(i))) {
in EncodeTokenText()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_wap_push_buffer.cpp
307
* @brief
CharIsToken
320
bool SmsWapPushBuffer::
CharIsToken
(uint8_t oneByte)
in CharIsToken()
function in OHOS::Telephony::SmsWapPushBuffer
361
if (
CharIsToken
(oneByte)) {
in DecodeTokenText()
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
810
bool ret = mmsDecodeBuffer.
CharIsToken
(errVar);
in HWTEST_F()
863
bool ret = mmsDecodeBuffer.
CharIsToken
(errVar);
in HWTEST_F()
925
bool ret = mmsDecodeBuffer.
CharIsToken
(errVar);
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
409
EXPECT_FALSE(smsWapPushBuffer->
CharIsToken
(MIN_TOKEN));
in HWTEST_F()
410
EXPECT_FALSE(smsWapPushBuffer->
CharIsToken
(MAX_TOKEN));
in HWTEST_F()
Completed in 7 milliseconds