Searched refs:token_count (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/
H A Dregex-test.c767 gint token_count; local
788 token_count = g_strv_length (tokens);
790 token_count = 0;
792 if (token_count != g_slist_length (expected))
794 g_print ("failed \t(got %d %s, expected %d)\n", token_count,
795 token_count == 1 ? "match" : "matches",
813 verbose ("passed (%d %s)\n", token_count,
814 token_count == 1 ? "token" : "tokens");
868 gint token_count; local
892 token_count
939 gint token_count; local
[all...]

Completed in 44 milliseconds