summaryrefslogtreecommitdiffstats
path: root/intl/unicharutil/util/nsUnicodeScriptCodes.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-04 17:57:48 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-04 17:57:48 +0200
commit550f4095be21755d7c09f48ed9fef4e1d67cec60 (patch)
tree372871e33187025c54b085120af2a1666bda8da9 /intl/unicharutil/util/nsUnicodeScriptCodes.h
parentdd9af06efa886153b1e2a5c994d861bf4f65b060 (diff)
downloadUXP-550f4095be21755d7c09f48ed9fef4e1d67cec60.tar
UXP-550f4095be21755d7c09f48ed9fef4e1d67cec60.tar.gz
UXP-550f4095be21755d7c09f48ed9fef4e1d67cec60.tar.lz
UXP-550f4095be21755d7c09f48ed9fef4e1d67cec60.tar.xz
UXP-550f4095be21755d7c09f48ed9fef4e1d67cec60.zip
Issue #325 Part 12: Manually edit Unicode property tables.
Although this is generated code, the #ifdefs in it are blockers. !! Do not regenerate these files until the script has been updated !! See #326.
Diffstat (limited to 'intl/unicharutil/util/nsUnicodeScriptCodes.h')
-rw-r--r--intl/unicharutil/util/nsUnicodeScriptCodes.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/intl/unicharutil/util/nsUnicodeScriptCodes.h b/intl/unicharutil/util/nsUnicodeScriptCodes.h
index 40bc6039e..d07ac67ff 100644
--- a/intl/unicharutil/util/nsUnicodeScriptCodes.h
+++ b/intl/unicharutil/util/nsUnicodeScriptCodes.h
@@ -70,17 +70,6 @@ Standard.
#pragma pack(1)
-#if !ENABLE_INTL_API
-
-struct nsCharProps1 {
- unsigned char mMirrorOffsetIndex:5;
- unsigned char mHangulType:3;
- unsigned char mCombiningClass:8;
-};
-
-#endif
-
-#if ENABLE_INTL_API
struct nsCharProps2 {
// Currently only 6 bits are defined here, so 2 more could be added without
@@ -89,24 +78,6 @@ struct nsCharProps2 {
unsigned char mXidmod:4;
};
-#endif
-
-#if !ENABLE_INTL_API
-
-struct nsCharProps2 {
- unsigned char mScriptCode:8;
- unsigned char mPairedBracketType:2;
- unsigned char mEastAsianWidthFWH:1;
- unsigned char mCategory:5;
- unsigned char mBidiCategory:5;
- unsigned char mXidmod:4;
- signed char mNumericValue:5;
- unsigned char mVertOrient:2;
- unsigned char mLineBreak; // only 6 bits actually needed
-};
-
-#endif
-
#pragma pack()
namespace mozilla {