mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-4026 remove conditional which preserved old code during testing.
X-SVN-Rev: 16346
This commit is contained in:
parent
ba811ad94c
commit
bb1eba97cb
1 changed files with 0 additions and 6 deletions
|
@ -42,18 +42,12 @@ struct IndicClassTable
|
|||
CC_CONSONANT_WITH_NUKTA = 6,
|
||||
CC_NUKTA = 7,
|
||||
CC_DEPENDENT_VOWEL = 8,
|
||||
#if 1
|
||||
CC_SPLIT_VOWEL_PIECE_1 = 9,
|
||||
CC_SPLIT_VOWEL_PIECE_2 = 10,
|
||||
CC_SPLIT_VOWEL_PIECE_3 = 11,
|
||||
CC_VIRAMA = 12,
|
||||
CC_ZERO_WIDTH_MARK = 13,
|
||||
CC_COUNT = 14
|
||||
#else
|
||||
CC_VIRAMA = 9,
|
||||
CC_ZERO_WIDTH_MARK = 10,
|
||||
CC_COUNT = 11
|
||||
#endif
|
||||
};
|
||||
|
||||
enum CharClassFlags
|
||||
|
|
Loading…
Add table
Reference in a new issue