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:IsBoundary
(Results
1 - 7
of
7
) sorted by relevance
/base/global/i18n/frameworks/intl/include/
H
A
D
i18n_break_iterator.h
40
bool
IsBoundary
(int32_t offset);
/base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer/
H
A
D
breakiterator_fuzzer.cpp
50
iterator.
IsBoundary
(number);
in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/src/
H
A
D
i18n_break_iterator.cpp
123
bool I18nBreakIterator::
IsBoundary
(int32_t offset)
in IsBoundary()
function in OHOS::Global::I18n::I18nBreakIterator
/base/global/i18n/interfaces/js/kits/include/
H
A
D
i18n_addon.h
83
static napi_value
IsBoundary
(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H
A
D
i18n_addon.cpp
1015
DECLARE_NAPI_FUNCTION("isBoundary",
IsBoundary
)
in InitI18nBreakIterator()
1310
napi_value I18nAddon::
IsBoundary
(napi_env env, napi_callback_info info)
in IsBoundary()
function in OHOS::Global::I18n::I18nAddon
1320
HILOG_ERROR_I18N("
IsBoundary
: Get BreakIterator object failed");
in IsBoundary()
1330
HILOG_ERROR_I18N("
IsBoundary
: Parameter type does not match");
in IsBoundary()
1335
HILOG_ERROR_I18N("
IsBoundary
: Retrieve following value failed");
in IsBoundary()
1338
bool boundary = obj->brkiter_->
IsBoundary
(value);
in IsBoundary()
1342
HILOG_ERROR_I18N("
IsBoundary
: Create boolean failed");
in IsBoundary()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
292
bool isBoundary = i18nBreakIterator->
IsBoundary
(6);
in HWTEST_F()
330
breakIterator->
IsBoundary
(6);
in HWTEST_F()
1606
bool flag = breakIteratorMock->
IsBoundary
(1);
in HWTEST_F()
H
A
D
i18n_test.cpp
332
bool status = brkIterator.
IsBoundary
(offset);
in HWTEST_F()
Completed in 10 milliseconds