HomeSort by relevance Sort by last modified time
    Searched refs:isOk (Results 1 - 7 of 7) sorted by null

  /external/icu4c/test/intltest/
bidiconf.cpp 391 UBool isOk=TRUE;
395 isOk=FALSE;
408 isOk=FALSE;
414 if(!isOk) {
428 return isOk;
437 UBool isOk=TRUE;
455 isOk=FALSE;
462 if(isOk && orderingCount!=visualIndex) {
465 isOk=FALSE;
467 if(!isOk) {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 38 assertTrue(buildResponse(null, false, new ImapSimpleString("OK")).isOk());
39 assertFalse(buildResponse(null, false, new ImapSimpleString("NO")).isOk());
ImapResponseParserTest.java 237 assertTrue(r.isOk());
241 assertTrue(r.isOk());
245 assertTrue(r.isOk());
380 assertTrue(p.readResponse().isOk());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponse.java 61 public boolean isOk() {
  /cts/tools/host/src/com/android/cts/
HostUtils.java 183 boolean isOk() {
240 if (!zfv.isOk()) {
  /external/webkit/WebCore/platform/text/
String.cpp 747 bool isOk = false;
808 isOk = true;
811 *ok = isOk;
812 return isOk ? value : 0;
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 568 } else if (response.isOk()) {
    [all...]

Completed in 57 milliseconds