OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTimeZoneFormatGMTOffsetPatternType
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tzfmt.h
157
typedef enum
UTimeZoneFormatGMTOffsetPatternType
{
191
* Number of
UTimeZoneFormatGMTOffsetPatternType
types.
195
}
UTimeZoneFormatGMTOffsetPatternType
;
368
UnicodeString& getGMTOffsetPattern(
UTimeZoneFormatGMTOffsetPatternType
type, UnicodeString& pattern) const;
378
void setGMTOffsetPattern(
UTimeZoneFormatGMTOffsetPatternType
type, const UnicodeString& pattern, UErrorCode& status);
[
all
...]
/external/icu/icu4c/source/i18n/
tzfmt.cpp
557
TimeZoneFormat::getGMTOffsetPattern(
UTimeZoneFormatGMTOffsetPatternType
type, UnicodeString& pattern) const {
562
TimeZoneFormat::setGMTOffsetPattern(
UTimeZoneFormatGMTOffsetPatternType
type, const UnicodeString& pattern, UErrorCode& status) {
[
all
...]
Completed in 36 milliseconds