- static const int32_t TRIE_TYPE_BYTES = 0;
- static const int32_t TRIE_TYPE_UCHARS = 1;
- static const int32_t TRIE_TYPE_MASK = 7;
- static const int32_t TRIE_HAS_VALUES = 8;
-
- static const int32_t TRANSFORM_NONE = 0;
- static const int32_t TRANSFORM_TYPE_OFFSET = 0x1000000;
- static const int32_t TRANSFORM_TYPE_MASK = 0x7f000000;
- static const int32_t TRANSFORM_OFFSET_MASK = 0x1fffff;
+ static const int32_t TRIE_TYPE_BYTES; // = 0;
+ static const int32_t TRIE_TYPE_UCHARS; // = 1;
+ static const int32_t TRIE_TYPE_MASK; // = 7;
+ static const int32_t TRIE_HAS_VALUES; // = 8;
+
+ static const int32_t TRANSFORM_NONE; // = 0;
+ static const int32_t TRANSFORM_TYPE_OFFSET; // = 0x1000000;
+ static const int32_t TRANSFORM_TYPE_MASK; // = 0x7f000000;
+ static const int32_t TRANSFORM_OFFSET_MASK; // = 0x1fffff;