Home
last modified time | relevance | path

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

/string/
A Dstrxfrm_l.c44 #define SMALL_STR_SIZE 4095 macro
718 int32_t *idxarr = alloca (SMALL_STR_SIZE * sizeof (int32_t)); in STRXFRM()
719 unsigned char *rulearr = alloca (SMALL_STR_SIZE + 1); in STRXFRM()
730 while (*cur != L('\0') && idxmax < SMALL_STR_SIZE); in STRXFRM()

Completed in 5 milliseconds