Searched refs:streq (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/tests/ |
D | regex-test.c | 66 streq (const gchar *s1, const gchar *s2) in streq() function 111 if (!streq (g_regex_get_pattern (regex), pattern)) in test_new() 353 if (!streq(exp->string, match->string)) in test_match_next() 549 if (!streq(sub_expr, expected_sub)) in test_sub_pattern() 607 if (!streq (sub_expr, expected_sub)) in test_named_sub_pattern() 704 if (!streq(l_exp->data, matches [i])) in test_fetch_all() 804 if (!streq(l_exp->data, tokens [i])) in test_split_simple() 908 if (!streq(l_exp->data, tokens [i])) in test_split_full() 977 if (!streq(l_exp->data, tokens [i])) in test_split() 1123 if (!streq (res, expected)) in test_expand() [all …]
|
/external/icu4c/i18n/ |
D | rbnf.cpp | 109 streq(const UChar* lhs, const UChar* rhs) { in streq() function 129 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) { in operator ==() 139 if (!streq(locale, rhs->getLocaleName(ix))) { in operator ==() 143 if (!streq(getDisplayName(i, j), rhs->getDisplayName(ix, j))) { in operator ==() 158 if (streq(locale, getLocaleName(i))) { in indexForLocale() 169 if (streq(ruleset, getRuleSetName(i))) { in indexForRuleSet()
|
/external/libffi/src/arm/ |
D | sysv.S | 195 streq r0, [r2]
|