OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBreakIteratorType
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/common/unicode/
ubrk.h
97
typedef enum
UBreakIteratorType
{
119
}
UBreakIteratorType
;
226
ubrk_open(
UBreakIteratorType
type,
brkiter.h
541
UBreakIteratorType
kind,
/external/icu/icu4c/source/common/
ubrk.cpp
31
ubrk_open(
UBreakIteratorType
type,
brkiter.cpp
313
BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale,
UBreakIteratorType
kind, UErrorCode& status)
/external/icu/icu4c/source/test/cintltst/
cbiapts.c
205
bogus = ubrk_open((
UBreakIteratorType
)5, "en_US", text, u_strlen(text), &status);
769
UBreakIteratorType
type;
[
all
...]
/external/icu/icu4c/source/test/intltest/
strcase.cpp
487
iter.adoptInstead(ubrk_open((
UBreakIteratorType
)type, cLocaleID, NULL, 0, &status));
Completed in 920 milliseconds