Searched refs:STR_LEN (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsorttest.c92 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings.
96 #define STR_LEN 3 macro
106 UChar s[STR_LEN];
116 for(j=0; j<STR_LEN; ++j) {
131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN);
138 UChar s[STR_LEN];
150 for(j=0; j<STR_LEN; ++j) { s[j]=BASE_CHAR; }
154 u_memcpy(p->s, s, STR_LEN);
160 if(++j==STR_LEN) {
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dsorttest.c92 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings.
96 #define STR_LEN 3 macro
106 UChar s[STR_LEN];
116 for(j=0; j<STR_LEN; ++j) {
131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN);
138 UChar s[STR_LEN];
150 for(j=0; j<STR_LEN; ++j) { s[j]=BASE_CHAR; }
154 u_memcpy(p->s, s, STR_LEN);
160 if(++j==STR_LEN) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1566 /* STR_LEN: Define a string variable with a separate variable for storing the
1571 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0 macro
1575 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
1765 #undef STR_LEN macro

Completed in 272 milliseconds