OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubrk_current
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/common/unicode/
ubrk.h
342
ubrk_current
(const UBreakIterator *bi);
urename.h
484
#define
ubrk_current
U_ICU_ENTRY_POINT_RENAME(
ubrk_current
)
macro
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
ubrk.h
404
ubrk_current
(const UBreakIterator *bi);
urename.h
348
#define
ubrk_current
ubrk_current_3_2
macro
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp
172
return
ubrk_current
(bi);
195
return
ubrk_current
(breakIterator(address));
/external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp
143
return
ubrk_current
(reinterpret_cast<UBreakIterator*>(iterator));
/external/icu4c/test/cintltst/
cbiapts.c
256
pos=
ubrk_current
(word);
258
log_err("error
ubrk_current
() != 4 after ubrk_isBoundary(word, 2)\n");
295
pos =
ubrk_current
(sentence);
306
if (ubrk_first(sentence)!=
ubrk_current
(sentence)) {
307
log_err("error in ubrk_first() or
ubrk_current
()\n");
/external/icu4c/common/
ubrk.cpp
193
ubrk_current
(const UBreakIterator *bi)
function
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
348
#define
ubrk_current
ubrk_current_3_2
macro
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
348
#define
ubrk_current
ubrk_current_3_2
macro
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
348
#define
ubrk_current
ubrk_current_3_2
macro
[
all
...]
Completed in 924 milliseconds