Lines Matching refs:int64_t
227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
407 U_STABLE int64_t U_EXPORT2
452 utext_char32At(UText *ut, int64_t nativeIndex);
531 utext_next32From(UText *ut, int64_t nativeIndex);
551 utext_previous32From(UText *ut, int64_t nativeIndex);
565 U_STABLE int64_t U_EXPORT2
592 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
635 U_STABLE int64_t U_EXPORT2
675 int64_t nativeStart, int64_t nativeLimit,
770 { int64_t __offset = (ix) - (ut)->chunkNativeStart; \
771 …if (__offset>=0 && __offset<(int64_t)(ut)->nativeIndexingLimit && (ut)->chunkContents[__offset]<0x…
850 int64_t nativeStart, int64_t nativeLimit,
890 int64_t nativeStart, int64_t nativeLimit,
891 int64_t destIndex,
1012 typedef int64_t U_CALLCONV
1041 UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
1072 int64_t nativeStart, int64_t nativeLimit,
1107 int64_t nativeStart, int64_t nativeLimit,
1141 int64_t nativeStart, int64_t nativeLimit,
1142 int64_t nativeDest,
1159 typedef int64_t U_CALLCONV
1178 UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);
1392 int64_t chunkNativeLimit;
1415 int64_t chunkNativeStart;
1499 int64_t a;
1523 int64_t privA;