HomeSort by relevance Sort by last modified time
    Searched refs:STR_LEN (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/cintltst/
sorttest.c 92 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings.
96 #define STR_LEN 3
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) { j=0;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]

Completed in 115 milliseconds