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

  /external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl 82 # Also check that no two names are part of the same entry in the charsets file.
163 open CHARSETS, $filename or die;
172 while (<CHARSETS>) {
201 close CHARSETS;
  /external/smack/src/com/kenai/jbosh/
Attributes.java 39 static final BodyQName CHARSETS = BodyQName.createBOSH("charsets");
CMSessionParams.java 46 private final AttrCharsets charsets; field in class:CMSessionParams
76 charsets = aCharsets;
110 resp.getAttribute(Attributes.CHARSETS)),
170 return charsets;

Completed in 61 milliseconds