OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTimeUnitFormatStyle
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tmutfmt.h
37
enum
UTimeUnitFormatStyle
{
45
typedef enum
UTimeUnitFormatStyle
UTimeUnitFormatStyle
; /**< @deprecated ICU 53 */
103
TimeUnitFormat(const Locale& locale,
UTimeUnitFormatStyle
style, UErrorCode& status);
194
UTimeUnitFormatStyle
fStyle;
196
void create(
UTimeUnitFormatStyle
style, UErrorCode& status);
206
void readFromCurrentLocale(
UTimeUnitFormatStyle
style, const char* key, const UVector& pluralCounts,
211
void checkConsistency(
UTimeUnitFormatStyle
style, const char* key, UErrorCode& status);
214
void searchInLocaleChain(
UTimeUnitFormatStyle
style, const char* key, const char* localeName,
/external/icu/icu4c/source/i18n/
tmutfmt.cpp
92
TimeUnitFormat::TimeUnitFormat(const Locale& locale,
UTimeUnitFormatStyle
style, UErrorCode& status) {
204
for (
UTimeUnitFormatStyle
style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
205
style = (
UTimeUnitFormatStyle
)(style + 1)) {
287
TimeUnitFormat::create(
UTimeUnitFormatStyle
style, UErrorCode& status) {
351
TimeUnitFormat::readFromCurrentLocale(
UTimeUnitFormatStyle
style, const char* key,
472
TimeUnitFormat::checkConsistency(
UTimeUnitFormatStyle
style, const char* key, UErrorCode& err) {
540
TimeUnitFormat::searchInLocaleChain(
UTimeUnitFormatStyle
style, const char* key, const char* localeName,
/external/icu/icu4c/source/test/intltest/
tufmtts.cpp
310
UTimeUnitFormatStyle
styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};
Completed in 86 milliseconds