u32_prev           40 maint/gnulib/lib/unicase/u32-prefix-context.c #define U_PREV u32_prev
u32_prev           41 maint/gnulib/lib/unigbrk/u32-grapheme-prev.c   u32_prev (&next, s, start);
u32_prev           46 maint/gnulib/lib/unigbrk/u32-grapheme-prev.c       if (u32_prev (&prev, s, start) == NULL)
u32_prev          503 maint/gnulib/lib/unistr.in.h        u32_prev (ucs4_t *puc, const uint32_t *s, const uint32_t *start);
u32_prev           31 maint/gnulib/tests/unistr/test-u32-prev.c   if (u32_prev (&uc, input + input_length, input) != input)
u32_prev           46 maint/gnulib/tests/unistr/test-u32-prev.c     if (u32_prev (&uc1, ptr + input_length, buf) != ptr)
u32_prev           63 maint/gnulib/tests/unistr/test-u32-prev.c   if (u32_prev (&uc, input + input_length, input) != NULL)
u32_prev           80 maint/gnulib/tests/unistr/test-u32-prev.c     if (u32_prev (&uc, ptr + input_length, buf) != NULL)