OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TABLE_SIZE_
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
usrchimp.h
22
#define
MAX_TABLE_SIZE_
257
56
int16_t shift[
MAX_TABLE_SIZE_
];
57
int16_t backShift[
MAX_TABLE_SIZE_
];
usearch.cpp
95
// the old value UCOL_PRIMARYORDER(ce) %
MAX_TABLE_SIZE_
does not work
99
return UCOL_PRIMARYORDER(ce) %
MAX_TABLE_SIZE_
;
503
for (count = 0; count <
MAX_TABLE_SIZE_
; count ++) {
516
for (count = 0; count <
MAX_TABLE_SIZE_
; count ++) {
[
all
...]
Completed in 53 milliseconds