OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubrk_next
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/samples/break/
ubreak.c
36
for (end =
ubrk_next
(boundary); end != UBRK_DONE; start = end, end =
37
ubrk_next
(boundary)) {
57
end =
ubrk_next
(boundary);
/external/icu/icu4c/source/test/cintltst/
cbiapts.c
247
pos=
ubrk_next
(word);
249
log_err("error
ubrk_next
(word) did not return 4\n");
299
pos =
ubrk_next
(line);
348
j =
ubrk_next
(bb);
353
j =
ubrk_next
(bb);
500
pos=
ubrk_next
(someClonedIterators[i]);
502
log_err("error
ubrk_next
(clone) did not return 4\n");
583
pos =
ubrk_next
(bi);
652
pos =
ubrk_next
(bi);
704
pos =
ubrk_next
(bi)
[
all
...]
/external/icu/icu4c/source/common/unicode/
ubrk.h
338
* encoded text, the break positions returned by \ref
ubrk_next
, \ref ubrk_previous, etc.
361
* @return The character index most recently returned by \ref
ubrk_next
, \ref ubrk_previous,
378
ubrk_next
(UBreakIterator *bi);
386
* @see
ubrk_next
urename.h
489
#define
ubrk_next
U_ICU_ENTRY_POINT_RENAME(
ubrk_next
)
macro
[
all
...]
/external/icu/icu4c/source/common/
ubrk.cpp
196
ubrk_next
(UBreakIterator *bi)
function
Completed in 750 milliseconds