OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2007-2010, International Business Machines Corporation and | 3 * Copyright (C) 2007-2010, International Business Machines Corporation and |
4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
5 ******************************************************************************* | 5 ******************************************************************************* |
6 * | 6 * |
7 * File DTPTNGEN.H | 7 * File DTPTNGEN.H |
8 * | 8 * |
9 ******************************************************************************* | 9 ******************************************************************************* |
10 */ | 10 */ |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 int32_t getTopBitNumber(int32_t foundMask); | 465 int32_t getTopBitNumber(int32_t foundMask); |
466 void setAvailableFormat(const UnicodeString &key, UErrorCode& status); | 466 void setAvailableFormat(const UnicodeString &key, UErrorCode& status); |
467 UBool isAvailableFormatSet(const UnicodeString &key) const; | 467 UBool isAvailableFormatSet(const UnicodeString &key) const; |
468 void copyHashtable(Hashtable *other, UErrorCode &status); | 468 void copyHashtable(Hashtable *other, UErrorCode &status); |
469 UBool isCanonicalItem(const UnicodeString& item) const; | 469 UBool isCanonicalItem(const UnicodeString& item) const; |
470 } ;// end class DateTimePatternGenerator | 470 } ;// end class DateTimePatternGenerator |
471 | 471 |
472 U_NAMESPACE_END | 472 U_NAMESPACE_END |
473 | 473 |
474 #endif | 474 #endif |
OLD | NEW |