OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClosures
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h
432
virtual const UBool*
getClosures
(int32_t& count) const;
/external/icu4c/i18n/unicode/
choicfmt.h
345
virtual const UBool*
getClosures
(int32_t& count) const;
/external/icu4c/test/intltest/
tchcfmt.cpp
95
const UBool *gotClosures=form->
getClosures
(count);
97
errln("
getClosures
() returns something, should be disabled");
505
const UBool *closures2 = fmt2.
getClosures
(count2);
/external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp
596
ChoiceFormat::
getClosures
(int32_t& cnt) const
/external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp
492
const UBool *closures2 = fmt2.
getClosures
(count2);
/external/icu4c/i18n/
choicfmt.cpp
355
ChoiceFormat::
getClosures
(int32_t& cnt) const
Completed in 516 milliseconds