HomeSort by relevance Sort by last modified time
    Searched refs:xmlStrlen (Results 1 - 25 of 37) sorted by null

1 2

  /external/libxml2/doc/examples/
reader1.c 44 if (xmlStrlen(value) > 40)
reader2.c 45 if (xmlStrlen(value) > 40)
  /external/libxml2/os400/
transcode.c 69 l = xmlStrlen(s);
211 return inTranscode(s, xmlStrlen(s), encoding, dict);
  /frameworks/minikin/tests/
FontTestUtils.cpp 49 std::string((const char*)lang, xmlStrlen(lang)));
  /external/libxml2/
c14n.c 637 if(xmlStrlen(ns->prefix) == 0) {
766 if(xmlStrlen(ns->prefix) == 0) {
789 if(xmlStrlen(ns->prefix) == 0) {
808 if(xmlStrlen(attr->ns->prefix) == 0) {
811 } else if((attr->ns != NULL) && (xmlStrlen(attr->ns->prefix) == 0) && (xmlStrlen(attr->ns->href) == 0)) {
945 if (attr->ns != NULL && xmlStrlen(attr->ns->prefix) > 0) {
1038 tmp_str_len = xmlStrlen(tmp_str);
    [all...]
xmlstring.c 346 n = xmlStrlen(val);
374 n = xmlStrlen(val);
413 * xmlStrlen:
422 xmlStrlen(const xmlChar *str) {
459 size = xmlStrlen(cur);
490 len = xmlStrlen(str2);
499 size = xmlStrlen(str1);
DOCBparser.c 190 xmlStrlen((const xmlChar *) cur), 0, userData));
testdict.c 181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
error.c 396 len = xmlStrlen((const xmlChar *)str);
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
778 int len = xmlStrlen((const xmlChar *) msg);
822 int len = xmlStrlen((const xmlChar *) msg);
testC14N.c 207 len = xmlStrlen(str);
testOOM.c 185 chars += xmlStrlen (txt);
xpointer.c 994 len = xmlStrlen(ctxt->cur);
    [all...]
catalog.c     [all...]
testrecurse.c 537 len = xmlStrlen((const xmlChar *)str);
560 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
uri.c     [all...]
buf.c 886 len = xmlStrlen(str);
952 len = xmlStrlen(str);
    [all...]
testlimits.c 629 len = xmlStrlen((const xmlChar *)str);
652 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
    [all...]
runtest.c 493 len = xmlStrlen((const xmlChar *)str);
516 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
    [all...]
xmlreader.c     [all...]
libxml2.syms 788 xmlStrlen;
    [all...]
parserInternals.c     [all...]
entities.c 181 ret->length = xmlStrlen(content);
tree.c     [all...]
parser.c     [all...]
  /external/libxml2/include/libxml/
xmlstring.h 85 xmlStrlen (const xmlChar *str);

Completed in 176 milliseconds

1 2