| 276 | } |
| 277 | |
| 278 | const char* CommentValue::CharsetInfo::code(CharsetId charsetId) { |
| 279 | return charsetTable_[charsetId < lastCharsetId ? charsetId : undefined].code_; |
| 280 | } |
| 281 | |
| 282 | CommentValue::CharsetId CommentValue::CharsetInfo::charsetIdByName(const std::string& name) { |
| 283 | int i = 0; |