HomeSort by relevance Sort by last modified time
    Searched defs:expectedStatus (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
spreptst.c 111 UErrorCode expectedStatus;
327 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
339 if(expectedStatus != status){
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
capitst.c     [all...]
cloctst.c     [all...]
cmsccoll.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
spreptst.c 111 UErrorCode expectedStatus;
327 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
339 if(expectedStatus != status){
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
capitst.c     [all...]
cloctst.c     [all...]
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 256 int expectedStatus = TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE;
259 expectedStatus = TextToSpeech.LANG_AVAILABLE;
261 expectedStatus = TextToSpeech.LANG_COUNTRY_AVAILABLE;
264 return expectedStatus;
285 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
289 if (localeStatus != expectedStatus) {
365 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
369 if (localeStatus != expectedStatus) {
396 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
400 if (localeStatus != expectedStatus) {
    [all...]

Completed in 544 milliseconds