Searched refs:nogrouping (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/lib/libc/locale/
H A Dfix_grouping.c34 static const char nogrouping[] = { CHAR_MAX, '\0' }; variable
50 return nogrouping;
67 return nogrouping;
81 return (dst == (char*)str) ? nogrouping : str;

Completed in 120 milliseconds