OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_IDX
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
digitlst.cpp
240
const int32_t
MAX_IDX
= MAX_DIGITS+2;
241
int32_t destIdx =
MAX_IDX
;
260
int32_t length =
MAX_IDX
- destIdx;
261
uprv_memmove(outputStr, outputStr+
MAX_IDX
-length, length);
[
all
...]
/external/mesa3d/src/mesa/main/
texstore.c
134
MAX_IDX
147
} mappings[
MAX_IDX
] =
[
all
...]
Completed in 310 milliseconds