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

  /external/icu/icu4c/source/i18n/
collationdata.cpp 155 uint32_t specials = 0; local
159 specials |= (uint32_t)1 << reorderCode;
168 if((specials & ((uint32_t)1 << reorderCode)) == 0) {
  /external/mksh/src/
var.c 43 static struct table specials; variable in typeref:struct:table
135 ktinit(APERM, &specials,
136 /* currently 14 specials: 75% of 32 = 2^5 */
139 tp = ktenter(&specials, initvar_names[i],
1132 tp = ktsearch(&specials, name, hash(name));
1142 tp = ktsearch(&specials, name, hash(name));
    [all...]

Completed in 124 milliseconds