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:resourceCount
(Results
1 - 4
of
4
) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/src/
H
A
D
data_resource.cpp
69
while (
resourceCount
> 0) {
in FreeResource()
70
I18nFree(static_cast<void *>(resource[
resourceCount
- 1]));
in FreeResource()
71
--
resourceCount
;
in FreeResource()
108
return BinarySearchString(resourceIndex,
resourceCount
, index, resource,
resourceCount
);
in GetString()
203
resourceCount
= ConvertUChar(reinterpret_cast<unsigned char*>(locales + GLOBAL_LOCALE_MASK_ITEM_SIZE *
in PrepareData()
212
if (IsTypeNeeded(localeIndex,
resourceCount
)) {
in PrepareData()
213
ret = PrepareLocaleData(infile, configOffset,
resourceCount
, LocaleDataType::RESOURCE);
in PrepareData()
292
count =
resourceCount
;
in GetFinalCount()
331
originalCount =
resourceCount
;
in GetStringFromStringPool()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_local_live_view_button.cpp
128
int
resourceCount
= BUTTON_RESOURCE_SIZE;
in ResourceFromJson()
local
130
resourceCount
--;
in ResourceFromJson()
134
resourceCount
--;
in ResourceFromJson()
138
resourceCount
--;
in ResourceFromJson()
141
if (
resourceCount
== 0) {
in ResourceFromJson()
/base/global/i18n_lite/frameworks/i18n/include/
H
A
D
data_resource.h
140
uint32_t
resourceCount
= 0;
member in OHOS::I18N::DataResource
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H
A
D
Fetcher.java
51
private static int
resourceCount
= 0;
field in Fetcher
59
resourceCount
= configItems.size();
124
* @return
resourceCount
127
return
resourceCount
;
in getResourceCount()
Completed in 3 milliseconds