OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_IMPLICIT_STRING_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c
48
MAX_IMPLICIT_STRING_LENGTH
= 40 /* do not store the length explicitly for such strings */
945
if (len <=
MAX_IMPLICIT_STRING_LENGTH
&& !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
50
MAX_IMPLICIT_STRING_LENGTH
= 40 /* do not store the length explicitly for such strings */
947
if (len <=
MAX_IMPLICIT_STRING_LENGTH
&& !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
[
all
...]
Completed in 461 milliseconds