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

  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 149 static const char* knownKeywords[] = {
158 kNumKeywords = UPRV_LENGTHOF(knownKeywords)
161 /* Return the index of keyword in knownKeywords[], or -1 if not found */
164 for (i = 0; i < kNumKeywords && (compare = uprv_strcmp(keyword,knownKeywords[i])) >= 0; i++) {
242 log_err("FAIL: uplrules_getKeywords for locale %s, got wrong keyword set; with reference to knownKeywords:\n"
  /external/annotation-tools/scene-lib/src/annotations/io/
IndexFileParser.java 180 private static final Set<String> knownKeywords;
193 knownKeywords = new LinkedHashSet<String>();
194 Collections.addAll(knownKeywords, knownKeywords_array);
199 || knownKeywords.contains(x))
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 111 milliseconds