Lines Matching refs:setValue
190 public void setValue(String hdfname, String value) { in setValue() method in JniHdf
223 setValue(hdfname + ".sec", sec.length() == 1 ? "0" + sec : sec); in exportDate()
226 setValue(hdfname + ".min", min.length() == 1 ? "0" + min : min); in exportDate()
228 setValue(hdfname + ".24hour", in exportDate()
231 setValue(hdfname + ".hour", in exportDate()
234 setValue(hdfname + ".am", in exportDate()
236 setValue(hdfname + ".mday", in exportDate()
238 setValue(hdfname + ".mon", in exportDate()
240 setValue(hdfname + ".year", in exportDate()
242 setValue(hdfname + ".2yr", in exportDate()
249 setValue(hdfname + ".wday", in exportDate()
259 setValue(hdfname + ".tzoffset", tzString); in exportDate()