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_first
(Results
1 - 19
of
19
) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cbiapts.c
253
/*========Test
ubrk_first
(), ubrk_last()...... and other functions*/
in TestBreakIteratorCAPI()
256
start =
ubrk_first
(word);
in TestBreakIteratorCAPI()
293
ubrk_first
(character);
in TestBreakIteratorCAPI()
309
pos=
ubrk_first
(line);
in TestBreakIteratorCAPI()
311
log_err("error
ubrk_first
(line) returned %d, expected 0\n", (int32_t)pos);
in TestBreakIteratorCAPI()
320
pos =
ubrk_first
(sentence);
in TestBreakIteratorCAPI()
327
pos =
ubrk_first
(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()
360
ubrk_first
(b
in TestBreakIteratorCAPI()
[all...]
/third_party/icu/icu4c/source/samples/break/
H
A
D
ubreak.c
41
int32_t start =
ubrk_first
(boundary);
in printEachForward()
62
int32_t start =
ubrk_first
(boundary);
in printFirst()
/third_party/skia/third_party/externals/icu/source/samples/break/
H
A
D
ubreak.c
41
int32_t start =
ubrk_first
(boundary);
in printEachForward()
62
int32_t start =
ubrk_first
(boundary);
in printFirst()
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
word_boundaries.cpp
47
int32_t pos =
ubrk_first
(&*wordBreakIterator);
in GetUtf8WordBoundaries()
/third_party/skia/modules/skunicode/src/
H
A
D
SkUnicode_icu.h
38
SKICU_FUNC(
ubrk_first
) \
/third_party/icu/icu4c/source/common/unicode/
H
A
D
ubrk.h
426
* \ref
ubrk_first
, or \ref ubrk_last.
464
ubrk_first
(UBreakIterator *bi);
472
* @see
ubrk_first
H
A
D
urename.h
495
#define
ubrk_first
U_ICU_ENTRY_POINT_RENAME(
ubrk_first
)
macro
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
ubrk.h
426
* \ref
ubrk_first
, or \ref ubrk_last.
464
ubrk_first
(UBreakIterator *bi);
472
* @see
ubrk_first
H
A
D
urename.h
496
#define
ubrk_first
U_ICU_ENTRY_POINT_RENAME(
ubrk_first
)
macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
ubrk.h
429
* \ref
ubrk_first
, or \ref ubrk_last.
467
ubrk_first
(UBreakIterator *bi);
475
* @see
ubrk_first
H
A
D
urename.h
489
#define
ubrk_first
U_ICU_ENTRY_POINT_RENAME(
ubrk_first
)
macro
/third_party/icu/icu4c/source/common/
H
A
D
ubrk.cpp
238
ubrk_first
(UBreakIterator *bi)
in ubrk_first()
function
/third_party/node/deps/icu-small/source/common/
H
A
D
ubrk.cpp
238
ubrk_first
(UBreakIterator *bi)
in ubrk_first()
function
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ubrk.cpp
246
ubrk_first
(UBreakIterator *bi)
in ubrk_first()
function
/third_party/icu/ohos_icu4c/src/
H
A
D
icu_addon.cpp
146
#undef
ubrk_first
macro
923
int32_t
ubrk_first
(UBreakIterator *bi)
in ubrk_first()
function
925
return U_ICU_ENTRY_POINT_RENAME(
ubrk_first
)(bi);
in ubrk_first()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
usearch.cpp
612
int32_t startindex =
ubrk_first
(breakiterator);
in isBreakUnit()
3739
int32_t startindex =
ubrk_first
(breakiterator);
/third_party/icu/icu4c/source/i18n/
H
A
D
usearch.cpp
1670
int32_t startindex =
ubrk_first
(breakiterator);
/third_party/node/deps/icu-small/source/i18n/
H
A
D
usearch.cpp
1668
int32_t startindex =
ubrk_first
(breakiterator);
/third_party/icu/icu4c/source/test/intltest/
H
A
D
rbbitst.cpp
4380
ubrk_first
(iter);
in TestBug12918()
Completed in 57 milliseconds