Searched refs:extChars (Results 1 – 1 of 1) sorted by relevance
1415 static const char extChars[]="0123456789ABCDEF<>-"; in calcNameSetsLengths() local1427 for(i=0; i<(int32_t)sizeof(extChars)-1; ++i) { in calcNameSetsLengths()1428 SET_ADD(gNameSet, extChars[i]); in calcNameSetsLengths()