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:LANG_TYPE
(Results
1 - 8
of
8
) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
res_locale.h
95
static constexpr uint16_t
LANG_TYPE
= 0x0001;
member in OHOS::Global::Resource::ResLocale
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H
A
D
res_locale.h
89
static constexpr uint16_t
LANG_TYPE
= 0x0001;
member in OHOS::Global::Resource::ResLocale
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_cb_data.h
54
inline static const std::string
LANG_TYPE
= "langType";
member in OHOS::Telephony::SmsCbData
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
res_locale.cpp
164
if ((ResLocale::
LANG_TYPE
& nextType) && (LocaleMatcher::IsLanguageTag(curPos, subTagLen))) {
in ProcessSubtag()
211
uint16_t nextType =
LANG_TYPE
;
in DoParse()
229
if (nextType &
LANG_TYPE
) {
in DoParse()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_locale.cpp
169
if ((ResLocale::
LANG_TYPE
& nextType) && (LocaleMatcher::IsLanguageTag(curPos, subTagLen))) {
in ProcessSubtag()
216
uint16_t nextType =
LANG_TYPE
;
in DoParse()
234
if (nextType &
LANG_TYPE
) {
in DoParse()
/base/telephony/sms_mms/test/unittest/
H
A
D
sms_broadcast_subscriber.cpp
73
std::cout << SmsCbData::
LANG_TYPE
<< ":"
in CbMessageTest()
74
<< std::to_string(static_cast<uint8_t>(want.GetByteParam(SmsCbData::
LANG_TYPE
, DEFAULT_VALUE)))
in CbMessageTest()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_cb_handler.cpp
397
want.SetParam(SmsCbData::
LANG_TYPE
, static_cast<char>(sendData.langType));
in PackageWantData()
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_receive_handler.cpp
302
want.SetParam(SmsCbData::
LANG_TYPE
, static_cast<char>(sendData.langType));
in SetCBBroadcastParam()
Completed in 5 milliseconds