Searched refs:MAX_CODEPOINTS (Results 1 – 1 of 1) sorted by relevance
30 #define MAX_CODEPOINTS 128 macro224 … char32_t codepoints[MAX_CODEPOINTS]; // if array size is changed the for loop needs to be changed in GetExpectedString()232 for (size_t i = 0; i < src_len && j < MAX_CODEPOINTS;) { in GetExpectedString()