OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logKnownIssue
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
intltest.cpp
955
UBool IntlTest::
logKnownIssue
(const char *ticket, const char *fmt, ...)
964
return
logKnownIssue
(ticket, UnicodeString(buffer, ""));
967
UBool IntlTest::
logKnownIssue
(const char *ticket) {
968
return
logKnownIssue
(ticket, UnicodeString());
971
UBool IntlTest::
logKnownIssue
(const char *ticket, const UnicodeString &msg) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java
843
* This method returns true unless -prop:
logKnownIssue
=no is specified
850
* @return true unless -prop:
logKnownIssue
=no is specified in the test command line argument.
852
public boolean
logKnownIssue
(String ticket, String comment) {
853
if (!getBooleanProperty("
logKnownIssue
", true)) {
[
all
...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java
842
* This method returns true unless -prop:
logKnownIssue
=no is specified
849
* @return true unless -prop:
logKnownIssue
=no is specified in the test command line argument.
851
public boolean
logKnownIssue
(String ticket, String comment) {
852
if (!getBooleanProperty("
logKnownIssue
", true)) {
[
all
...]
Completed in 190 milliseconds