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 90 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings.
94 #define STR_LEN 3
104 UChar s[STR_LEN];
114 for(j=0; j<STR_LEN; ++j) {
129 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN);
136 UChar s[STR_LEN];
148 for(j=0; j<STR_LEN; ++j) { s[j]=BASE_CHAR; }
152 u_memcpy(p->s, s, STR_LEN);
158 if(++j==STR_LEN) { j=0;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]

Completed in 68 milliseconds