HomeSort by relevance Sort by last modified time
    Searched full:stag (Results 1 - 10 of 10) sorted by null

  /packages/apps/IM/libwbxml/src/
imps_encoder.cpp 66 int stag = csp13TagNameToKey(name); local
67 if (stag == -1) {
68 stag = TOKEN_LITERAL;
74 if (((stag >> 8) & 0xff) != mTagCodePage) {
76 mTagCodePage = (stag >> 8) & 0xff;
80 stag &= 0xff;
81 stag |= 0x40; // TODO: assuming we always have content
84 stag |= 0x80; // has attribute
86 appendResult(stag);
92 if (stag & 0x80)
    [all...]
wbxml_parser.cpp 271 int stag = readByte(); local
273 if ((stag & 0x3f) == TOKEN_LITERAL) {
276 if (stag == TOKEN_SWITCH_PAGE) {
278 stag = readByte();
280 name = lookupTagName(stag);
289 if (stag & 0x80) {
307 if (stag & 0x40) {
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 345 DWORD stag = SWAPL(tableTag); local
346 DWORD len = GetFontData(hdc, stag, 0, NULL, 0);
351 GetFontData(hdc, stag, 0, result, len);
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 121 /* Ignore the STag */
185 /* Ignore the STag */
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp     [all...]
markup.cpp 710 if (node->hasTagName(uTag) || node->hasTagName(sTag) || node->hasTagName(strikeTag) ||
    [all...]
  /external/webkit/WebCore/html/
HTMLParser.cpp     [all...]
HTMLElement.cpp     [all...]
  /external/libxml2/
HTMLparser.c     [all...]
parser.c     [all...]

Completed in 193 milliseconds