OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexLength
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/common/
utrie2_impl.h
62
uint16_t
indexLength
;
utrie.h
145
* pointer, with each index item increased by
indexLength
;
166
int32_t
indexLength
, dataLength;
271
#define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->
indexLength
+UTRIE_DATA_BLOCK_LENGTH)
560
int32_t
indexLength
, dataCapacity, dataLength;
747
* uint16_t index[header.
indexLength
];
764
/**
indexLength
is a multiple of UTRIE_SURROGATE_BLOCK_COUNT */
765
int32_t
indexLength
;
utrie2.cpp
87
trie->data32==NULL ? trie->
indexLength
: 0,
166
tempTrie.
indexLength
=header->
indexLength
;
174
tempTrie.highValueIndex+=tempTrie.
indexLength
;
178
actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.
indexLength
*2;
203
p16+=trie->
indexLength
;
238
int32_t
indexLength
, dataLength, length, i;
251
indexLength
=UTRIE2_INDEX_1_OFFSET;
253
length=(int32_t)sizeof(UTrie2Header)+
indexLength
*2;
278
dataMove=
indexLength
;
[
all
...]
utrie.c
106
trie->
indexLength
=UTRIE_MAX_INDEX_LENGTH;
375
_findSameIndexBlock(const int32_t *idx, int32_t
indexLength
,
379
for(block=UTRIE_BMP_INDEX_LENGTH; block<
indexLength
; block+=UTRIE_SURROGATE_BLOCK_COUNT) {
389
return
indexLength
;
408
int32_t
indexLength
, block;
452
indexLength
=UTRIE_BMP_INDEX_LENGTH;
466
block=_findSameIndexBlock(idx,
indexLength
, c>>UTRIE_SHIFT);
482
if(block==
indexLength
) {
484
uprv_memmove(idx+
indexLength
,
487
indexLength
+=UTRIE_SURROGATE_BLOCK_COUNT
[
all
...]
uresdata.c
181
int32_t
indexLength
=indexes[URES_INDEX_LENGTH]&0xff;
182
if(
indexLength
<=URES_INDEX_MAX_TABLE_LENGTH) {
188
(length<((1+
indexLength
)<<2) ||
195
if(indexes[URES_INDEX_KEYS_TOP]>(1+
indexLength
)) {
198
if(
indexLength
>URES_INDEX_ATTRIBUTES) {
204
if((pResData->isPoolBundle || pResData->usesPoolBundle) &&
indexLength
<=URES_INDEX_POOL_CHECKSUM) {
209
if(
indexLength
>URES_INDEX_16BIT_TOP &&
963
int32_t bundleLength,
indexLength
, keysBottom, keysTop, resBottom, top;
1011
indexLength
=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1012
if(
indexLength
<=URES_INDEX_MAX_TABLE_LENGTH)
[
all
...]
utrie2.h
389
#define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->
indexLength
, (c))
689
* pointer, with each index item increased by
indexLength
;
700
int32_t
indexLength
, dataLength;
[
all
...]
utrie2_builder.c
348
long
indexLength
=trie->
indexLength
;
350
long totalLength=(long)sizeof(UTrieHeader)+
indexLength
*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352
indexLength
, dataLength, totalLength);
357
long
indexLength
=trie->
indexLength
;
359
long totalLength=(long)sizeof(UTrie2Header)+
indexLength
*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361
which,
indexLength
, dataLength, totalLength);
[
all
...]
/external/icu4c/tools/genrb/
genrb.c
317
int32_t
indexLength
;
385
indexLength
= poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
386
if (
indexLength
<= URES_INDEX_POOL_CHECKSUM) {
390
keysBottom = (1 +
indexLength
) * 4;
/external/srec/srec/cfront/
sp_fft.c
483
unsigned *indexTbl,
indexLength
;
491
indexLength
= 0;
515
indexLength
= *indexTbl++;
528
for (k = 0; k <
indexLength
; k++)
537
indexTbl +=
indexLength
;
541
indexLength
= *indexTbl++;
542
for (k = 0; k <
indexLength
; k++)
548
indexTbl +=
indexLength
;
551
indexLength
= *indexTbl++;
552
for (k = 0; k <
indexLength
; k++
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 324 milliseconds