length_noncomb    125 lib/strutil.h      /*I*/ int (*length_noncomb) (const char *text);
length_noncomb    717 lib/strutil/strutil.c     return used_class.length_noncomb (text);
length_noncomb    843 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
length_noncomb    773 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
length_noncomb   1508 lib/strutil/strutilutf8.c     result.length_noncomb = str_utf8_length_noncomb;