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:Following
(Results
1 - 7
of
7
) sorted by relevance
/base/global/i18n/frameworks/intl/include/
H
A
D
i18n_break_iterator.h
37
int32_t
Following
(int32_t offset);
/base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer/
H
A
D
breakiterator_fuzzer.cpp
59
iterator.
Following
(following);
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/src/
H
A
D
i18n_break_iterator.cpp
97
int32_t I18nBreakIterator::
Following
(int32_t offset)
in Following()
function in OHOS::Global::I18n::I18nBreakIterator
/base/global/i18n/interfaces/js/kits/include/
H
A
D
i18n_addon.h
82
static napi_value
Following
(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H
A
D
i18n_addon.cpp
1013
DECLARE_NAPI_FUNCTION("following",
Following
),
in InitI18nBreakIterator()
1272
napi_value I18nAddon::
Following
(napi_env env, napi_callback_info info)
in Following()
function in OHOS::Global::I18n::I18nAddon
1282
HILOG_ERROR_I18N("
Following
: Get BreakIterator object failed");
in Following()
1291
HILOG_ERROR_I18N("
Following
: Parameter type does not match");
in Following()
1297
HILOG_ERROR_I18N("
Following
: Retrieve following value failed");
in Following()
1300
value = obj->brkiter_->
Following
(value);
in Following()
1304
HILOG_ERROR_I18N("
Following
: Create int32_t value failed");
in Following()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
329
breakIterator->
Following
(0);
in HWTEST_F()
1605
breakIteratorMock->
Following
(3);
in HWTEST_F()
H
A
D
i18n_test.cpp
330
res = brkIterator.
Following
(offset);
in HWTEST_F()
Completed in 12 milliseconds