Searched refs:tempData (Results 1 – 3 of 3) sorted by relevance
127 byte[] tempData = GsmAlphabet in format()133 data = new byte[tempData.length - 1]; in format()134 System.arraycopy(tempData, 1, data, 0, tempData.length - 1); in format()
119 byte[] tempData = new byte[url.length]; in decode()133 tempData[tempCount++] = b; in decode()136 System.arraycopy(tempData, 0, retData, 0, tempCount); in decode()
1099 ExifData tempData = mData; in forceRewriteExif() local1117 mData = tempData; in forceRewriteExif()