HomeSort by relevance Sort by last modified time
    Searched refs:bytePos (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeDecompressor.java 173 int bytePos = byteBufferStart;
214 bytePos += newBytes;
219 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
224 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
225 aByte = byteBuffer[bytePos++] & 0xFF;
273 --bytePos;
274 System.arraycopy(byteBuffer, bytePos,
276 byteBufferLimit - bytePos);
277 fBufferLength = byteBufferLimit - bytePos;
278 bytePos += fBufferLength
    [all...]
UnicodeCompressor.java 364 int bytePos = byteBufferStart;
392 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
397 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
419 if( (bytePos + 1) >= byteBufferLimit)
424 byteBuffer[bytePos++] = (byte) SQUOTE0;
427 byteBuffer[bytePos++] = (byte) loByte;
434 byteBuffer[bytePos++] = (byte)
448 if( (bytePos + 2) >= byteBufferLimit)
451 byteBuffer[bytePos++] = (byte) SQUOTEU;
452 byteBuffer[bytePos++] = (byte) (curUC >>> 8)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 176 int bytePos = byteBufferStart;
217 bytePos += newBytes;
222 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
227 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
228 aByte = byteBuffer[bytePos++] & 0xFF;
276 --bytePos;
277 System.arraycopy(byteBuffer, bytePos,
279 byteBufferLimit - bytePos);
280 fBufferLength = byteBufferLimit - bytePos;
281 bytePos += fBufferLength
    [all...]
UnicodeCompressor.java 367 int bytePos = byteBufferStart;
395 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
400 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
422 if( (bytePos + 1) >= byteBufferLimit)
427 byteBuffer[bytePos++] = (byte) SQUOTE0;
430 byteBuffer[bytePos++] = (byte) loByte;
437 byteBuffer[bytePos++] = (byte)
451 if( (bytePos + 2) >= byteBufferLimit)
454 byteBuffer[bytePos++] = (byte) SQUOTEU;
455 byteBuffer[bytePos++] = (byte) (curUC >>> 8)
    [all...]
  /packages/apps/TV/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 174 int bytePos = byteBufferStart;
215 bytePos += newBytes;
220 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
225 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
226 aByte = byteBuffer[bytePos++] & 0xFF;
274 --bytePos;
275 System.arraycopy(byteBuffer, bytePos,
277 byteBufferLimit - bytePos);
278 fBufferLength = byteBufferLimit - bytePos;
279 bytePos += fBufferLength
    [all...]
  /external/lzma/C/
BraIA64.c 30 UInt32 bytePos, bitRes;
35 bytePos = (bitPos >> 3);
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j);
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j));
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
IA64.java 40 int bytePos = bitPos >>> 3;
45 instr |= (buf[i + bytePos + j] & 0xFFL) << (8 * j);
73 buf[i + bytePos + j] = (byte)(instr >>> (8 * j));
  /external/sonic/
wave.c 331 int bytePos = 0;
341 sample = bytes[bytePos++];
342 sample |= (unsigned int)bytes[bytePos++] << 8;
355 int bytePos = 0;
361 if(bytePos == WAVE_BUF_LEN) {
362 writeBytes(file, bytes, bytePos);
363 bytePos = 0;
366 bytes[bytePos++] = sample;
367 bytes[bytePos++] = sample >> 8;
369 if(bytePos != 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 153 #define ALIGN(ptr, bytePos) \
154 ((ptr) + ( (((bytePos) - (uintptr_t)(ptr)) & ((bytePos) - 1)) / sizeof(*(ptr)) ))
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 54 uint32 bytePos;
intel_m4v_config_parser.cpp 79 if (byte_pos > (psBits->numBytes - psBits->bytePos))
81 byte_pos = (psBits->numBytes - psBits->bytePos);
84 psBits->bytePos = byte_pos & -4;
85 psBits->dataBitPos = psBits->bytePos << 3;
115 psBits.bytePos = 0;
871 psBits.bytePos = 0;
890 psBits.bytePos = 0;
    [all...]
intel_video_config_parser.cpp 78 psBits.bytePos = 0;
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 1431 milliseconds

1 2