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

  /dalvik/libdex/
DexUtf.cpp 40 int utf2 = dexGetUtf16FromUtf8(&s2); local
41 int diff = utf1 - utf2;
  /external/libxml2/include/libxml/
xmlstring.h 135 const xmlChar *utf2);
  /external/libxml2/
xmlstring.c 638 * @utf2: pointer to second UTF8 char
645 xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) {
648 if (utf2 == NULL)
652 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
testapi.c 36996 xmlChar * utf2; \/* pointer to second UTF8 char *\/ local
    [all...]

Completed in 213 milliseconds