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