OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIXML_UTF_LEAD_1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
1103
const unsigned char
TIXML_UTF_LEAD_1
= 0xbbU;
1107
fputc(
TIXML_UTF_LEAD_1
, fp );
[
all
...]
tinyxmlparser.cpp
63
const unsigned char
TIXML_UTF_LEAD_1
= 0xbbU;
268
if ( *(pU+1)==
TIXML_UTF_LEAD_1
&& *(pU+2)==TIXML_UTF_LEAD_2 )
328
&& *(pU+1)==
TIXML_UTF_LEAD_1
739
&& *(pU+1) && *(pU+1) ==
TIXML_UTF_LEAD_1
[
all
...]
Completed in 74 milliseconds