OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharsetTable
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/text/mac/
CharsetData.h
35
extern const CharsetEntry
CharsetTable
[];
TextCodecMac.cpp
58
for (size_t i = 0;
CharsetTable
[i].name; ++i) {
59
if (
CharsetTable
[i].encoding != lastEncoding) {
60
lastEncoding =
CharsetTable
[i].encoding;
61
lastName =
CharsetTable
[i].name;
63
registrar(
CharsetTable
[i].name, lastName);
76
for (size_t i = 0;
CharsetTable
[i].name; ++i)
77
if (
CharsetTable
[i].encoding != lastEncoding) {
78
registrar(
CharsetTable
[i].name, newTextCodecMac, &
CharsetTable
[i].encoding);
79
lastEncoding =
CharsetTable
[i].encoding
[
all
...]
make-charset-table.pl
219
const CharsetEntry
CharsetTable
[] = {
Completed in 254 milliseconds