Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: source/i18n/unicode/dtitvinf.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/i18n/unicode/dtitvfmt.h ('k') | source/i18n/unicode/dtptngen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ******************************************************************************* 2 *******************************************************************************
3 * Copyright (C) 2008-2014, International Business Machines Corporation and 3 * Copyright (C) 2008-2015, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ******************************************************************************* 5 *******************************************************************************
6 * 6 *
7 * File DTITVINF.H 7 * File DTITVINF.H
8 * 8 *
9 ******************************************************************************* 9 *******************************************************************************
10 */ 10 */
11 11
12 #ifndef __DTITVINF_H__ 12 #ifndef __DTITVINF_H__
13 #define __DTITVINF_H__ 13 #define __DTITVINF_H__
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 */ 346 */
347 enum IntervalPatternIndex 347 enum IntervalPatternIndex
348 { 348 {
349 kIPI_ERA, 349 kIPI_ERA,
350 kIPI_YEAR, 350 kIPI_YEAR,
351 kIPI_MONTH, 351 kIPI_MONTH,
352 kIPI_DATE, 352 kIPI_DATE,
353 kIPI_AM_PM, 353 kIPI_AM_PM,
354 kIPI_HOUR, 354 kIPI_HOUR,
355 kIPI_MINUTE, 355 kIPI_MINUTE,
356 kIPI_SECOND,
356 kIPI_MAX_INDEX 357 kIPI_MAX_INDEX
357 }; 358 };
358 public: 359 public:
359 #ifndef U_HIDE_INTERNAL_API 360 #ifndef U_HIDE_INTERNAL_API
360 /** 361 /**
361 * Max index for stored interval patterns 362 * Max index for stored interval patterns
362 * @internal ICU 4.4 363 * @internal ICU 4.4
363 */ 364 */
364 enum { 365 enum {
365 kMaxIntervalPatternIndex = kIPI_MAX_INDEX 366 kMaxIntervalPatternIndex = kIPI_MAX_INDEX
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 return !operator==(other); 506 return !operator==(other);
506 } 507 }
507 508
508 509
509 U_NAMESPACE_END 510 U_NAMESPACE_END
510 511
511 #endif 512 #endif
512 513
513 #endif 514 #endif
514 515
OLDNEW
« no previous file with comments | « source/i18n/unicode/dtitvfmt.h ('k') | source/i18n/unicode/dtptngen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698