Home
last modified time | relevance | path

Searched refs:unknown_key (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dlocnmtst.cpp445 static const char unknown_key[] = "efg"; variable
476 ldn->keyDisplayName(unknown_key, temp); in VerifySubstitute()
477 test_assert_equal(unknown_key, temp); in VerifySubstitute()
529 ldn->keyDisplayName(unknown_key, temp); in VerifyNoSubstitute()
/third_party/selinux/libsepol/cil/src/
Dcil_build_ast.c5988 char *unknown_key; in cil_gen_handleunknown() local
6001 unknown_key = parse_current->next->data; in cil_gen_handleunknown()
6002 if (unknown_key == CIL_KEY_HANDLEUNKNOWN_ALLOW) { in cil_gen_handleunknown()
6004 } else if (unknown_key == CIL_KEY_HANDLEUNKNOWN_DENY) { in cil_gen_handleunknown()
6006 } else if (unknown_key == CIL_KEY_HANDLEUNKNOWN_REJECT) { in cil_gen_handleunknown()