Searched defs:I18N (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | HTMLparser.c | 512 #define I18N "lang", "dir" macro 516 #define ATTRS COREATTRS,I18N,EVENTS 524 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ; 526 static const char* const i18n_attrs[] = { I18N, NULL } ; 566 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ; 572 static const char* const head_attrs[] = { I18N, "profile", NULL } ; 581 static const char* const prompt_attrs[] = { COREATTRS, I18N, "prompt", NULL } ; 590 static const char* const meta_attrs[] = { I18N, "http-equiv", "name", "scheme", NULL } ; 608 static const char* const style_attrs[] = { I18N, "media", "title", NULL } ;
|
Completed in 4179 milliseconds