Home | History | Annotate | Download | only in exif

Lines Matching refs:US_ASCII

70     private static Charset US_ASCII = Charset.forName("US-ASCII");
332 byte[] buf = value.getBytes(US_ASCII);
546 return new String((byte[]) mValue, US_ASCII);
752 return new String((byte[]) mValue, US_ASCII);
809 return new String((byte[]) mValue, US_ASCII);