Searched refs:uint16_overflow (Results 1 – 1 of 1) sorted by relevance
2898 const int32_t uint16_overflow = UINT16_MAX + 1; in TestUInt16Overflow() local2899 UChar* pattern = (UChar*)uprv_malloc(uint16_overflow * sizeof(UChar)); in TestUInt16Overflow()2905 u_memset(pattern, 'A', uint16_overflow); in TestUInt16Overflow()2909 …UStringSearch* usearch = usearch_open(pattern, uint16_overflow, text, 1, "en-US", NULL, &errorCode… in TestUInt16Overflow()