HomeSort by: relevance | last modified time | path
    Searched defs:u8_possible_linebreaks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c 635 u8_possible_linebreaks (const unsigned char *s, size_t n, const char *encoding, char *p) function
985 u8_possible_linebreaks (s, n, encoding, p);
1293 u8_possible_linebreaks ((unsigned char *) input, length, "UTF-8", breaks);
1503 u8_possible_linebreaks ((const unsigned char *) s, n, encoding, p);
1548 u8_possible_linebreaks ((const unsigned char *) t, m, encoding, q);
1569 u8_possible_linebreaks ((const unsigned char *) s, n, encoding, p);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c 635 u8_possible_linebreaks (const unsigned char *s, size_t n, const char *encoding, char *p) function
985 u8_possible_linebreaks (s, n, encoding, p);
1293 u8_possible_linebreaks ((unsigned char *) input, length, "UTF-8", breaks);
1503 u8_possible_linebreaks ((const unsigned char *) s, n, encoding, p);
1548 u8_possible_linebreaks ((const unsigned char *) t, m, encoding, q);
1569 u8_possible_linebreaks ((const unsigned char *) s, n, encoding, p);

Completed in 35 milliseconds