HomeSort by relevance Sort by last modified time
    Searched full:allowedlocales (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 321 const char *allowedLocales;
325 allowedLocales = uspoof_getAllowedLocales(sc, &status);
327 TEST_ASSERT(strcmp("", allowedLocales) == 0)
332 allowedLocales = uspoof_getAllowedLocales(sc, &status);
334 TEST_ASSERT(strstr(allowedLocales, "en") != NULL);
335 TEST_ASSERT(strstr(allowedLocales, "ru") != NULL);
  /external/icu4c/test/cintltst/
spooftest.c 345 const char *allowedLocales;
349 allowedLocales = uspoof_getAllowedLocales(sc, &status);
351 TEST_ASSERT(strcmp("", allowedLocales) == 0)
356 allowedLocales = uspoof_getAllowedLocales(sc, &status);
358 TEST_ASSERT(strstr(allowedLocales, "en") != NULL);
359 TEST_ASSERT(strstr(allowedLocales, "ru") != NULL);
  /external/icu4c/i18n/
uspoof_impl.h 71 /** Set and Get AllowedLocales, implementations of the corresponding API */
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 70 /** Set and Get AllowedLocales, implementations of the corresponding API */

Completed in 284 milliseconds