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