Home
last modified time | relevance | path

Searched refs:toset (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dtranscode.c154 char toset[1024]; /* Destination character set */ in cupsCharsetToUTF8() local
158 snprintf(toset, sizeof(toset), "%s//IGNORE", _cupsEncodingName(encoding)); in cupsCharsetToUTF8()
162 map_to_utf8 = iconv_open("UTF-8", toset); in cupsCharsetToUTF8()
283 char toset[1024]; /* Destination character set */ in cupsUTF8ToCharset() local
287 snprintf(toset, sizeof(toset), "%s//IGNORE", _cupsEncodingName(encoding)); in cupsUTF8ToCharset()
291 map_to_utf8 = iconv_open("UTF-8", toset); in cupsUTF8ToCharset()
/external/skia/third_party/lua/src/
Dlgc.c715 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local
719 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
724 toset = luaC_white(g); /* make object white */ in sweeplist()
740 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()
/external/syslinux/com32/lua/src/
Dlgc.c722 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local
726 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
731 toset = luaC_white(g); /* make object white */ in sweeplist()
747 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()