OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringEqual
(Results
1 - 3
of
3
) sorted by null
/external/tinyxml/
tinyxmlparser.cpp
513
bool TiXmlBase::
StringEqual
( const char* p,
566
&& !
StringEqual
( p, endTag, caseInsensitive, encoding )
582
&& !
StringEqual
( p, endTag, caseInsensitive, encoding ) )
754
else if (
StringEqual
( enc, "UTF-8", true, TIXML_ENCODING_UNKNOWN ) )
756
else if (
StringEqual
( enc, "UTF8", true, TIXML_ENCODING_UNKNOWN ) )
825
if (
StringEqual
( p, xmlHeader, true, encoding ) )
832
else if (
StringEqual
( p, commentHeader, false, encoding ) )
839
else if (
StringEqual
( p, cdataHeader, false, encoding ) )
848
else if (
StringEqual
( p, dtdHeader, false, encoding ) )
1086
if (
StringEqual
( p, endTag.c_str(), false, encoding )
[
all
...]
tinyxml.h
324
// to English words:
StringEqual
( p, "version", true ) is fine.
325
static bool
StringEqual
( const char* p,
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h
268
class
StringEqual
{
291
typedef hash_set<const String*, StringKey,
StringEqual
> StringSet;
Completed in 202 milliseconds