HomeSort by relevance Sort by last modified time
    Searched refs:codepages (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 237 uint32_t codepages = GET_TT_LONG(p); local
238 if (codepages & (1 << 17)) {
242 if (codepages & (1 << 18)) {
246 if (codepages & (1 << 20)) {
250 if ((codepages & (1 << 19)) || (codepages & (1 << 21))) {
254 if (codepages & (1 << 31)) {
  /toolchain/binutils/binutils-2.27/binutils/
winduni.c 57 /* Codepages mapped. */
58 static local_iconv_map codepages[] = variable
651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++)
653 if (codepages[i].codepage == (rc_uint_type) -1)
655 return &codepages[i];
  /external/icu/icu4c/source/data/
makedata.mak 209 # Always build the mapping files for the EBCDIC fallback codepages
    [all...]

Completed in 233 milliseconds