Home
last modified time | relevance | path

Searched refs:MAX_IMPLICIT_STRING_LENGTH (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
Dreslist.c48 MAX_IMPLICIT_STRING_LENGTH = 40 /* do not store the length explicitly for such strings */ enumerator
945 … if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) { in string_open()