Lines Matching full:int64_t
56 virtual int64_t modifyCE32(uint32_t ce32) const = 0;
58 virtual int64_t modifyCE(int64_t ce) const = 0;
93 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
96 const int64_t ces[], int32_t cesLength,
105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
163 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
165 int64_t ces[], int32_t cesLength);
173 int32_t addCE(int64_t ce, UErrorCode &errorCode);
191 static uint32_t encodeOneCEAsCE32(int64_t ce);
192 uint32_t encodeOneCE(int64_t ce, UErrorCode &errorCode);
193 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
219 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);