Lines Matching refs:int32_t
50 …arget, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool fl…
56 // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
57 ASSERT(offset < std::numeric_limits<int32_t>::max());
58 …text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : …
71 // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
72 ASSERT(offset < std::numeric_limits<int32_t>::max());
73 …text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : …
92 uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
98 uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
105 uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
125 …static int32_t uTextLatin1Extract(UText* uText, int64_t start, int64_t limit, UChar* dest, int32_t…
143 …static int32_t uTextLatin1ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCod…
165 …static int32_t uTextUTF16ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode…