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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c50 MAX_IMPLICIT_STRING_LENGTH = 40 /* do not store the length explicitly for such strings */ enumerator in enum:__anon12394
947 if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c51 MAX_IMPLICIT_STRING_LENGTH = 40 /* do not store the length explicitly for such strings */ enumerator in enum:__anon22206
171 if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(s[0]) && len == u_strlen(s)) {

Completed in 138 milliseconds