OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8ByteTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp
66
const int TiXmlBase::
utf8ByteTable
[256] =
289
int step = TiXmlBase::
utf8ByteTable
[*((const unsigned char*)p)];
[
all
...]
tinyxml.h
253
static const int
utf8ByteTable
[256];
332
*length =
utf8ByteTable
[ *((const unsigned char*)p) ];
[
all
...]
Completed in 42 milliseconds