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

  /external/expat/xmlwf/
ct.c 73 matchkey(const char *start, const char *end, const char *key) function
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
99 if (matchkey(p, next, "xml"))
105 if (matchkey(p, next, "charset")) {
xmlmime.c 77 matchkey(const char *start, const char *end, const char *key) function
95 if (matchkey(p, next, "text"))
97 else if (!matchkey(p, next, "application"))
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
111 if (matchkey(p, next, "charset")) {
  /external/chromium/third_party/icu/source/common/
serv.cpp 786 ICUServiceKey* matchKey = createKey(matchID, status);
795 if (matchKey != NULL && !matchKey->isFallbackOf(*id)) {
806 delete matchKey;
  /external/icu4c/common/
serv.cpp 786 ICUServiceKey* matchKey = createKey(matchID, status);
795 if (matchKey != NULL && !matchKey->isFallbackOf(*id)) {
806 delete matchKey;

Completed in 117 milliseconds