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

  /external/libxml2/include/libxml/
xmlstring.h 134 xmlUTF8Charcmp (const xmlChar *utf1,
  /external/libxml2/
xmlstring.c 630 * @utf1: pointer to first UTF8 char
638 xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) {
640 if (utf1 == NULL ) {
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
  /dalvik/libdex/
DexFile.c 63 int utf1 = dexGetUtf16FromUtf8(&s1); local
65 int diff = utf1 - utf2;

Completed in 332 milliseconds