OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetTable
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/
CompressionTableGenerator.java
96
int []
offsetTable
= new int [ BLOCKSIZE + 1 ];
102
offsetTable
[i] = i * 0x80;
106
offsetTable
[i] = (i * 0x80) + 0xAC00;
110
offsetTable
[ LATININDEX ] = 0x00C0;
111
offsetTable
[ IPAEXTENSIONINDEX ] = 0x0250;
112
offsetTable
[ GREEKINDEX ] = 0x0370;
113
offsetTable
[ ARMENIANINDEX ] = 0x0530;
114
offsetTable
[ HIRAGANAINDEX ] = 0x3040;
115
offsetTable
[ KATAKANAINDEX ] = 0x30A0;
116
offsetTable
[ HALFWIDTHKATAKANAINDEX ] = 0xFF60
[
all
...]
/external/svox/pico/lib/
picoktab.c
198
picoos_uint8 *
offsetTable
;
217
ktabgraphs->
offsetTable
= &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]);
387
graphsOffset = g->
offsetTable
[g->sizeOffset*m];
390
graphsOffset = g->
offsetTable
[g->sizeOffset*m ] +
391
256*g->
offsetTable
[g->sizeOffset*m + 1];
392
/* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i %i", m, g->
offsetTable
[g->sizeOffset*m], g->
offsetTable
[g->sizeOffset*m + 1], graphsOffset));
587
graphsOffset = g->
offsetTable
[graphIndex];
589
graphsOffset = g->
offsetTable
[2 * graphIndex]
590
+ (g->
offsetTable
[2 * graphIndex + 1] << 8)
[
all
...]
Completed in 3568 milliseconds