Searched refs:encoded (Results 1 – 18 of 18) sorted by relevance
105 String encoded = info.encodeToString(); in addToQueue() local109 strings.add(encoded); in addToQueue()130 for (String encoded : strings) { in flushQueueInBackground()131 PendingInstallShortcutInfo info = decode(encoded, context); in flushQueueInBackground()174 String encoded = newStringsIter.next(); in removeFromInstallQueue() local176 Decoder decoder = new Decoder(encoded, context); in removeFromInstallQueue()265 for (String encoded : strings) { in getPendingShortcuts()267 Decoder decoder = new Decoder(encoded, context); in getPendingShortcuts()526 private static PendingInstallShortcutInfo decode(String encoded, Context context) { in decode() argument528 Decoder decoder = new Decoder(encoded, context); in decode()[all …]
536 final byte[] encoded = recodeImage(attempts); in resizeStaticImage()539 if (encoded != null && encoded.length <= mByteLimit) { in resizeStaticImage()540 return encoded; in resizeStaticImage()542 final int currentSize = (encoded == null ? 0 : encoded.length); in resizeStaticImage()673 byte[] encoded = null; in recodeImage()738 encoded = ImageUtils.bitmapToBytes(mScaled, mQuality); in recodeImage()739 if (encoded != null && logv) { in recodeImage()741 "getResizedImageData: Encoded down to " + encoded.length + "@" in recodeImage()751 return encoded; in recodeImage()
505 byte[] encoded = null; in getNai()507 encoded = Base64.encode(nai.getBytes("UTF-8"), Base64.NO_WRAP); in getNai()509 encoded = Base64.encode(nai.getBytes(), Base64.NO_WRAP); in getNai()512 nai = new String(encoded, "UTF-8"); in getNai()514 nai = new String(encoded); in getNai()
453 byte[] encoded = null; in getEncodedNai()455 encoded = Base64.encode(nai.getBytes("UTF-8"), Base64.NO_WRAP); in getEncodedNai()457 encoded = Base64.encode(nai.getBytes(), Base64.NO_WRAP); in getEncodedNai()460 return new String(encoded, "UTF-8"); in getEncodedNai()462 return new String(encoded); in getEncodedNai()
9 > (in §3) JSON text SHALL be encoded in Unicode. The default encoding is UTF-8.80 …cter (code point). As mentioned in previous section, a code point may be encoded to 1–4 code units…94 …can represent unicode characters in escaped sequence `\uXXXX`, JSON can always be encoded in ASCII.
132 …e encoded streams can be applied to streams other than file. For example, you may have a file in m…
190 … always has a `#` (pound sign) in the beginning, and some characters are encoded by percent-encodi…
230 …ing is decoded to into Unicode code points, and then the code points are encoded in the target for…
338 First, the parsing table is encoded in a state machine in RapidJSON.
211 …d UTF-16 surrogate pair. For example, the Emoji character U+1F602 can be encoded as `\uD83D\uDE02`…
99 String encoded = EncoderUtil.encodeIfNecessary(s, EncoderUtil.Usage.TEXT_TOKEN, usedCharacters); in foldAndEncode2() local101 return fold(encoded, usedCharacters); in foldAndEncode2()
233 private static ArrayList<InetAddress> decodeAddressList(@NonNull final byte[] encoded) { in decodeAddressList() argument234 final ByteArrayInputStream is = new ByteArrayInputStream(encoded); in decodeAddressList()
99 // Voicemail audio data encoded in the format specified by audio_format.
136 // A URI that contains encoded JSON about the number so contacts can
422 // nanosecond resolution in UTC Epoch time. It is encoded using the424 // backwards to year one. It is encoded assuming all minutes are 60
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...