OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetTable
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/
CompressionTableGenerator.java
98
int []
offsetTable
= new int [ BLOCKSIZE + 1 ];
104
offsetTable
[i] = i * 0x80;
108
offsetTable
[i] = (i * 0x80) + 0xAC00;
112
offsetTable
[ LATININDEX ] = 0x00C0;
113
offsetTable
[ IPAEXTENSIONINDEX ] = 0x0250;
114
offsetTable
[ GREEKINDEX ] = 0x0370;
115
offsetTable
[ ARMENIANINDEX ] = 0x0530;
116
offsetTable
[ HIRAGANAINDEX ] = 0x3040;
117
offsetTable
[ KATAKANAINDEX ] = 0x30A0;
118
offsetTable
[ HALFWIDTHKATAKANAINDEX ] = 0xFF60
[
all
...]
/external/aac/libPCMutils/src/
pcmdmx_lib.cpp
523
UCHAR
offsetTable
[(8)], /* out */
537
FDK_ASSERT(
offsetTable
!= NULL);
546
FDKmemset(
offsetTable
, 255, (8) * sizeof(UCHAR));
590
if (
offsetTable
[mapCh] == 255) {
599
offsetTable
[mapPos] = (UCHAR)ch;
619
if (
offsetTable
[mapCh] == 255) {
632
offsetTable
[mapPos] = (UCHAR)ch;
643
if (
offsetTable
[ch] == 255) {
657
offsetTable
[ch] = (UCHAR)mapPos;
699
UCHAR
offsetTable
[(8)] /* out *
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/
sfnt.py
39
offsetTable
= struct.unpack(">%dL" % self.numFonts, self.file.read(self.numFonts * 4))
42
self.file.seek(
offsetTable
[fontNumber])
278
#
OffsetTable
[numFonts]: L # array with offsets from beginning of file
Completed in 310 milliseconds