From 772a65420f0d12fd7737bd61e2f2e833fdd9ab2d Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Fri, 5 Oct 2001 02:05:35 +0000 Subject: [PATCH] ICU-1245 Hiragana detection flags for CE getters X-SVN-Rev: 6065 --- icu4c/source/i18n/ucol_imp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/icu4c/source/i18n/ucol_imp.h b/icu4c/source/i18n/ucol_imp.h index c0b27908b2..611cf66c4d 100644 --- a/icu4c/source/i18n/ucol_imp.h +++ b/icu4c/source/i18n/ucol_imp.h @@ -86,6 +86,11 @@ Note 3 is the minimum value for Thai collation to work correctly. /* UCOL_ITER_ALLOCATED - set if this iterator has */ /* malloced storage to expand a buffer. */ #define UCOL_ITER_ALLOCATED 8 + /* UCOL_HIRAGANA_Q - note if the codepoint was hiragana */ +#define UCOL_HIRAGANA_Q 16 + /* UCOL_WAS_HIRAGANA - set to TRUE if there was a Hiragana */ + /* otherwise set to false */ +#define UCOL_WAS_HIRAGANA 32 #define NFC_ZERO_CC_BLOCK_LIMIT_ 0x300