OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTRIE2_INDEX_SHIFT
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
utrie2.h
766
UTRIE2_INDEX_SHIFT
=2,
769
UTRIE2_DATA_GRANULARITY=1<<
UTRIE2_INDEX_SHIFT
,
853
<<
UTRIE2_INDEX_SHIFT
)+ \
[
all
...]
utrie2.cpp
167
tempTrie.dataLength=header->shiftedDataLength<<
UTRIE2_INDEX_SHIFT
;
299
header->shiftedDataLength=(uint16_t)(dataLength>>
UTRIE2_INDEX_SHIFT
);
308
/* write the index-2 array values shifted right by
UTRIE2_INDEX_SHIFT
*/
310
*dest16++=(uint16_t)(dataMove>>
UTRIE2_INDEX_SHIFT
); /* null data block */
428
dataLength=(int32_t)trie.shiftedDataLength<<
UTRIE2_INDEX_SHIFT
;
622
block=(int32_t)idx[i2Block+i2]<<
UTRIE2_INDEX_SHIFT
;
utrie2_builder.c
41
* The UTRIE2_SHIFT_1, UTRIE2_SHIFT_2,
UTRIE2_INDEX_SHIFT
and other values
65
* Requires
UTRIE2_INDEX_SHIFT
>=1 not because of the code but because
[
all
...]
Completed in 40 milliseconds