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

Side by Side Diff: source/common/unicode/uchar.h

Issue 1864463002: Add Emoji properties (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 8 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/common/uchar_props_data.h ('k') | source/common/uprops.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) 1997-2015, International Business Machines 3 * Copyright (C) 1997-2016, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ********************************************************************** 5 **********************************************************************
6 * 6 *
7 * File UCHAR.H 7 * File UCHAR.H
8 * 8 *
9 * Modification History: 9 * Modification History:
10 * 10 *
11 * Date Name Description 11 * Date Name Description
12 * 04/02/97 aliu Creation. 12 * 04/02/97 aliu Creation.
13 * 03/29/99 helena Updated for C APIs. 13 * 03/29/99 helena Updated for C APIs.
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 /** Binary property Changes_When_Uppercased. @stable ICU 4.4 */ 390 /** Binary property Changes_When_Uppercased. @stable ICU 4.4 */
391 UCHAR_CHANGES_WHEN_UPPERCASED=52, 391 UCHAR_CHANGES_WHEN_UPPERCASED=52,
392 /** Binary property Changes_When_Titlecased. @stable ICU 4.4 */ 392 /** Binary property Changes_When_Titlecased. @stable ICU 4.4 */
393 UCHAR_CHANGES_WHEN_TITLECASED=53, 393 UCHAR_CHANGES_WHEN_TITLECASED=53,
394 /** Binary property Changes_When_Casefolded. @stable ICU 4.4 */ 394 /** Binary property Changes_When_Casefolded. @stable ICU 4.4 */
395 UCHAR_CHANGES_WHEN_CASEFOLDED=54, 395 UCHAR_CHANGES_WHEN_CASEFOLDED=54,
396 /** Binary property Changes_When_Casemapped. @stable ICU 4.4 */ 396 /** Binary property Changes_When_Casemapped. @stable ICU 4.4 */
397 UCHAR_CHANGES_WHEN_CASEMAPPED=55, 397 UCHAR_CHANGES_WHEN_CASEMAPPED=55,
398 /** Binary property Changes_When_NFKC_Casefolded. @stable ICU 4.4 */ 398 /** Binary property Changes_When_NFKC_Casefolded. @stable ICU 4.4 */
399 UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED=56, 399 UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED=56,
400 /**
401 * Binary property Emoji.
402 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
403 *
404 * @draft ICU 57
405 */
406 UCHAR_EMOJI=57,
407 /**
408 * Binary property Emoji_Presentation.
409 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
410 *
411 * @draft ICU 57
412 */
413 UCHAR_EMOJI_PRESENTATION=58,
414 /**
415 * Binary property Emoji_Modifier.
416 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
417 *
418 * @draft ICU 57
419 */
420 UCHAR_EMOJI_MODIFIER=59,
421 /**
422 * Binary property Emoji_Modifier_Base.
423 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
424 *
425 * @draft ICU 57
426 */
427 UCHAR_EMOJI_MODIFIER_BASE=60,
400 /** One more than the last constant for binary Unicode properties. @stable I CU 2.1 */ 428 /** One more than the last constant for binary Unicode properties. @stable I CU 2.1 */
401 UCHAR_BINARY_LIMIT=57, 429 UCHAR_BINARY_LIMIT=61,
402 430
403 /** Enumerated property Bidi_Class. 431 /** Enumerated property Bidi_Class.
404 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */ 432 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
405 UCHAR_BIDI_CLASS=0x1000, 433 UCHAR_BIDI_CLASS=0x1000,
406 /** First constant for enumerated/integer Unicode properties. @stable ICU 2. 2 */ 434 /** First constant for enumerated/integer Unicode properties. @stable ICU 2. 2 */
407 UCHAR_INT_START=UCHAR_BIDI_CLASS, 435 UCHAR_INT_START=UCHAR_BIDI_CLASS,
408 /** Enumerated property Block. 436 /** Enumerated property Block.
409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */ 437 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
410 UCHAR_BLOCK=0x1001, 438 UCHAR_BLOCK=0x1001,
411 /** Enumerated property Canonical_Combining_Class. 439 /** Enumerated property Canonical_Combining_Class.
(...skipping 3028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 U_STABLE int32_t U_EXPORT2 3468 U_STABLE int32_t U_EXPORT2
3441 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *p ErrorCode); 3469 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *p ErrorCode);
3442 3470
3443 #endif 3471 #endif
3444 3472
3445 3473
3446 U_CDECL_END 3474 U_CDECL_END
3447 3475
3448 #endif /*_UCHAR*/ 3476 #endif /*_UCHAR*/
3449 /*eof*/ 3477 /*eof*/
OLDNEW
« no previous file with comments | « source/common/uchar_props_data.h ('k') | source/common/uprops.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698