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

  /dalvik/libdex/
DexUtf.cpp 39 int utf1 = dexGetUtf16FromUtf8(&s1); local
41 int diff = utf1 - utf2;
  /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));
testapi.c 36994 xmlChar * utf1; \/* pointer to first UTF8 char *\/ local
    [all...]

Completed in 76 milliseconds