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

  /external/icu/icu4c/source/test/cintltst/
spreptst.c 108 UErrorCode expectedStatus;
324 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
336 if(expectedStatus != status){
337 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/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) {
367 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
371 if (localeStatus != expectedStatus) {
398 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
402 if (localeStatus != expectedStatus) {
    [all...]

Completed in 1013 milliseconds