Searched refs:MAX_IMPLICIT_STRING_LENGTH (Results 1 – 1 of 1) sorted by relevance
48 MAX_IMPLICIT_STRING_LENGTH = 40 /* do not store the length explicitly for such strings */ enumerator945 … if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) { in string_open()