HomeSort by relevance Sort by last modified time
    Searched full:line_b (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
unicode-collate.c 20 const Line *line_b = b; local
22 return g_utf8_collate (line_a->str, line_b->str);
29 const Line *line_b = b; local
31 return strcmp (line_a->key, line_b->key);

Completed in 32 milliseconds