Searched refs:offsetChars (Results 1 – 2 of 2) sorted by relevance
146 char[] offsetChars = offsetString.toCharArray(); in testSmsEncodeNativeDeliverPdu() local147 scTime.write((offsetChars[1]-0x30) << 4 | 0x40 | (offsetChars[0]-0x30)); in testSmsEncodeNativeDeliverPdu()151 char[] offsetChars = offsetString.toCharArray(); in testSmsEncodeNativeDeliverPdu() local152 scTime.write((offsetChars[1]-0x30) << 4 | (offsetChars[0]-0x30)); in testSmsEncodeNativeDeliverPdu()
373 char[] offsetChars = offsetString.toCharArray(); in gsmWriteDate() local374 header.write((offsetChars[1]-0x30) << 4 | 0x40 | (offsetChars[0]-0x30)); in gsmWriteDate()378 char[] offsetChars = offsetString.toCharArray(); in gsmWriteDate() local379 header.write((offsetChars[1]-0x30) << 4 | (offsetChars[0]-0x30)); in gsmWriteDate()