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_last
(Results
1 - 16
of
16
) sorted by relevance
/third_party/icu/icu4c/source/samples/break/
H
A
D
ubreak.c
52
int32_t end =
ubrk_last
(boundary);
in printEachBackward()
70
int32_t end =
ubrk_last
(boundary);
in printLast()
/third_party/skia/third_party/externals/icu/source/samples/break/
H
A
D
ubreak.c
52
int32_t end =
ubrk_last
(boundary);
in printEachBackward()
70
int32_t end =
ubrk_last
(boundary);
in printLast()
/third_party/icu/icu4c/source/common/unicode/
H
A
D
ubrk.h
426
* \ref ubrk_first, or \ref
ubrk_last
.
460
* @see
ubrk_last
476
ubrk_last
(UBreakIterator *bi);
H
A
D
urename.h
503
#define
ubrk_last
U_ICU_ENTRY_POINT_RENAME(
ubrk_last
)
macro
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
ubrk.h
426
* \ref ubrk_first, or \ref
ubrk_last
.
460
* @see
ubrk_last
476
ubrk_last
(UBreakIterator *bi);
H
A
D
urename.h
504
#define
ubrk_last
U_ICU_ENTRY_POINT_RENAME(
ubrk_last
)
macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
ubrk.h
429
* \ref ubrk_first, or \ref
ubrk_last
.
463
* @see
ubrk_last
479
ubrk_last
(UBreakIterator *bi);
H
A
D
urename.h
497
#define
ubrk_last
U_ICU_ENTRY_POINT_RENAME(
ubrk_last
)
macro
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cbiapts.c
253
/*========Test ubrk_first(),
ubrk_last
()...... and other functions*/
in TestBreakIteratorCAPI()
268
end=
ubrk_last
(word);
in TestBreakIteratorCAPI()
270
log_err("error
ubrk_last
(word) did not return 49\n");
in TestBreakIteratorCAPI()
323
pos =
ubrk_last
(sentence);
in TestBreakIteratorCAPI()
325
log_err("error
ubrk_last
for sentence did not return 49\n");
in TestBreakIteratorCAPI()
1169
offset =
ubrk_last
(bi);
in TestBreakIteratorSuppressions()
1170
log_verbose("___ @%d
ubrk_last
\n", offset);
in TestBreakIteratorSuppressions()
1172
log_err("FAIL:
ubrk_last
loc \"%s\" unexpected %d\n", itemPtr->locale, offset);
in TestBreakIteratorSuppressions()
1188
start =
ubrk_last
(bi) - 1;
in TestBreakIteratorSuppressions()
/third_party/icu/icu4c/source/common/
H
A
D
ubrk.cpp
245
ubrk_last
(UBreakIterator *bi)
in ubrk_last()
function
/third_party/node/deps/icu-small/source/common/
H
A
D
ubrk.cpp
245
ubrk_last
(UBreakIterator *bi)
in ubrk_last()
function
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ubrk.cpp
253
ubrk_last
(UBreakIterator *bi)
in ubrk_last()
function
/third_party/icu/ohos_icu4c/src/
H
A
D
icu_addon.cpp
154
#undef
ubrk_last
macro
955
int32_t
ubrk_last
(UBreakIterator *bi)
in ubrk_last()
function
957
return U_ICU_ENTRY_POINT_RENAME(
ubrk_last
)(bi);
in ubrk_last()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
usearch.cpp
613
int32_t endindex =
ubrk_last
(breakiterator);
in isBreakUnit()
3740
int32_t endindex =
ubrk_last
(breakiterator);
/third_party/icu/icu4c/source/i18n/
H
A
D
usearch.cpp
1671
int32_t endindex =
ubrk_last
(breakiterator);
/third_party/node/deps/icu-small/source/i18n/
H
A
D
usearch.cpp
1669
int32_t endindex =
ubrk_last
(breakiterator);
Completed in 57 milliseconds