Lines Matching refs:int32_t
32 static const int32_t TRIE_TYPE_BYTES = 0;
33 static const int32_t TRIE_TYPE_UCHARS = 1;
34 static const int32_t TRIE_TYPE_MASK = 7;
35 static const int32_t TRIE_HAS_VALUES = 8;
37 static const int32_t TRANSFORM_NONE = 0;
38 static const int32_t TRANSFORM_TYPE_OFFSET = 0x1000000;
39 static const int32_t TRANSFORM_TYPE_MASK = 0x7f000000;
40 static const int32_t TRANSFORM_OFFSET_MASK = 0x1fffff;
71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
72 int32_t limit, int32_t *values = NULL) const = 0;
74 virtual int32_t getType() const = 0;
84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
85 int32_t limit, int32_t *values = NULL) const;
86 virtual int32_t getType() const;
98 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher()
101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
102 int32_t limit, int32_t *values = NULL) const;
103 virtual int32_t getType() const;
108 int32_t transformConstant;
114 U_CAPI int32_t U_EXPORT2
115 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *p…