Home
last modified time | relevance | path

Searched refs:fOffsets (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeDecompressor.java85 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeDecompressor
259 if(fOffsets[ fCurrentWindow ] <= 0xFFFF) { in decompress()
261 (aByte + fOffsets[ fCurrentWindow ] in decompress()
282 int normalizedBase = fOffsets[ fCurrentWindow ] in decompress()
366 : (fOffsets[aByte - SQUOTE0] in decompress()
392 fOffsets[fCurrentWindow] = in decompress()
412 fOffsets[fCurrentWindow] = 0x10000 + in decompress()
447 fOffsets[fCurrentWindow] = in decompress()
469 fOffsets[fCurrentWindow] = 0x10000 + in decompress()
541 fOffsets[0] = 0x0080; // Latin-1 in reset()
[all …]
DUnicodeCompressor.java271 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeCompressor
435 (curUC - fOffsets[ fCurrentWindow ] in compress()
503 (curUC - fOffsets[whichWindow] in compress()
520 (curUC - fOffsets[whichWindow] in compress()
580 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
710 (curUC - fOffsets[whichWindow] in compress()
778 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
826 fOffsets[0] = 0x0080; // Latin-1 in reset()
827 fOffsets[1] = 0x00C0; // Latin-1 Supplement + Latin Extended-A in reset()
828 fOffsets[2] = 0x0400; // Cyrillic in reset()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java84 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeDecompressor
262 if(fOffsets[ fCurrentWindow ] <= 0xFFFF) { in decompress()
264 (aByte + fOffsets[ fCurrentWindow ] in decompress()
285 int normalizedBase = fOffsets[ fCurrentWindow ] in decompress()
369 : (fOffsets[aByte - SQUOTE0] in decompress()
395 fOffsets[fCurrentWindow] = in decompress()
415 fOffsets[fCurrentWindow] = 0x10000 + in decompress()
450 fOffsets[fCurrentWindow] = in decompress()
472 fOffsets[fCurrentWindow] = 0x10000 + in decompress()
545 fOffsets[0] = 0x0080; // Latin-1 in reset()
[all …]
DUnicodeCompressor.java270 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeCompressor
438 (curUC - fOffsets[ fCurrentWindow ] in compress()
506 (curUC - fOffsets[whichWindow] in compress()
523 (curUC - fOffsets[whichWindow] in compress()
583 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
713 (curUC - fOffsets[whichWindow] in compress()
781 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()
830 fOffsets[0] = 0x0080; // Latin-1 in reset()
831 fOffsets[1] = 0x00C0; // Latin-1 Supplement + Latin Extended-A in reset()
832 fOffsets[2] = 0x0400; // Cyrillic in reset()
[all …]
/external/skia/src/pdf/
DSkPDFDocument.cpp61 SkASSERT(fOffsets.count() == fNextToBeSerialized); in serializeObjects()
62 fOffsets.push(this->offset(wStream)); in serializeObjects()
79 int32_t objCount = SkToS32(fOffsets.count() + 1); in serializeFooter()
83 for (int i = 0; i < fOffsets.count(); i++) { in serializeFooter()
84 wStream->writeBigDecAsText(fOffsets[i], 10); in serializeFooter()
DSkPDFDocument.h38 SkTDArray<int32_t> fOffsets; member
/external/skia/samplecode/
DSamplePathText.cpp326 float fOffsets[4]; member in WavyPathText::Waves
352 fOffsets[i] = rand.nextF() * 2 * SK_ScalarPI; in reset()
372 const Sk4f offsets = Sk4f::Load(fOffsets); in apply()
/external/dng_sdk/source/
Ddng_mosaic_info.cpp267 int32 *fOffsets [kMaxPattern] member in dng_bilinear_pattern
946 fOffsets [patRow] [patCol] = kernel.fOffset; in Calculate()
976 fOffsets [patRow] [patCol] = kernel.fOffset; in Calculate()
1078 fPattern [dstPlane].fOffsets [patRow], in Interpolate()
1093 fPattern [dstPlane].fOffsets [patRow], in Interpolate()