OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlStrncmp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlstring.c
195
*
xmlStrncmp
:
206
xmlStrncmp
(const xmlChar *str1, const xmlChar *str2, int len) {
351
if (!
xmlStrncmp
(str, val, n)) return((const xmlChar *) str);
635
* returns result of the compare as with
xmlStrncmp
645
return
xmlStrncmp
(utf1, utf2, xmlUTF8Size(utf1));
926
if (
xmlStrncmp
(utf, utfchar, size)==0)
elfgcchack.h
[
all
...]
/external/libxml2/
xmlstring.c
195
*
xmlStrncmp
:
206
xmlStrncmp
(const xmlChar *str1, const xmlChar *str2, int len) {
351
if (!
xmlStrncmp
(str, val, n)) return((const xmlChar *) str);
635
* returns result of the compare as with
xmlStrncmp
645
return
xmlStrncmp
(utf1, utf2, xmlUTF8Size(utf1));
926
if (
xmlStrncmp
(utf, utfchar, size)==0)
elfgcchack.h
[
all
...]
Completed in 34 milliseconds