HomeSort by relevance Sort by last modified time
    Searched defs:textEncoding (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_submit.cpp 45 void CJX_Submit::textEncoding(CFXJSE_Value* pValue,
  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 102 String textEncoding = ((payload[0] & 0200) == 0) ? "UTF-8" : "UTF-16";
110 textEncoding);
  /external/ImageMagick/Magick++/lib/
Options.cpp 714 void Magick::Options::textEncoding(const std::string &encoding_)
720 std::string Magick::Options::textEncoding(void) const
Image.cpp     [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 134 public int textEncoding;
569 decodeString(notif.text, mIsHexInput, notif.textEncoding));
585 decodeString(notif.text, mIsHexInput, notif.textEncoding));
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 926 int textEncoding;
930 &textEncoding))
935 textEncoding);
    [all...]

Completed in 587 milliseconds