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:ubrk_current
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/modules/skunicode/src/
H
A
D
SkUnicode_icu.h
37
SKICU_FUNC(
ubrk_current
) \
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cbiapts.c
282
pos=
ubrk_current
(word);
in TestBreakIteratorCAPI()
284
log_err("error
ubrk_current
() != 4 after ubrk_isBoundary(word, 2)\n");
in TestBreakIteratorCAPI()
321
pos =
ubrk_current
(sentence);
in TestBreakIteratorCAPI()
332
if (ubrk_first(sentence)!=
ubrk_current
(sentence)) {
in TestBreakIteratorCAPI()
333
log_err("error in ubrk_first() or
ubrk_current
()\n");
in TestBreakIteratorCAPI()
578
start =
ubrk_current
(brk);
in TestBreakIteratorClone()
580
log_err("error
ubrk_current
(clone) did not return 4, but %i\n", start);
in TestBreakIteratorClone()
587
start =
ubrk_current
(brk);
in TestBreakIteratorClone()
589
log_err("error
ubrk_current
(clone) did not return 5, but %i\n", start);
in TestBreakIteratorClone()
592
start =
ubrk_current
(someIterator
in TestBreakIteratorClone()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H
A
D
ubrk.h
430
ubrk_current
(const UBreakIterator *bi);
H
A
D
urename.h
494
#define
ubrk_current
U_ICU_ENTRY_POINT_RENAME(
ubrk_current
)
macro
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
ubrk.h
430
ubrk_current
(const UBreakIterator *bi);
H
A
D
urename.h
495
#define
ubrk_current
U_ICU_ENTRY_POINT_RENAME(
ubrk_current
)
macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
ubrk.h
433
ubrk_current
(const UBreakIterator *bi);
H
A
D
urename.h
488
#define
ubrk_current
U_ICU_ENTRY_POINT_RENAME(
ubrk_current
)
macro
/third_party/icu/icu4c/source/common/
H
A
D
ubrk.cpp
217
ubrk_current
(const UBreakIterator *bi)
in ubrk_current()
function
/third_party/node/deps/icu-small/source/common/
H
A
D
ubrk.cpp
217
ubrk_current
(const UBreakIterator *bi)
in ubrk_current()
function
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ubrk.cpp
225
ubrk_current
(const UBreakIterator *bi)
in ubrk_current()
function
/third_party/icu/ohos_icu4c/src/
H
A
D
icu_addon.cpp
145
#undef
ubrk_current
macro
919
int32_t
ubrk_current
(const UBreakIterator *bi)
in ubrk_current()
function
921
return U_ICU_ENTRY_POINT_RENAME(
ubrk_current
)(bi);
in ubrk_current()
Completed in 35 milliseconds