Searched refs:internalCollationArray (Results 1 – 1 of 1) sorted by relevance
790 static char internalCollationArray[MAX_CHARACTER_CLASS][MAX_CHARACTER_CLASS]; variable5168 internalCollationArray[i][k++] = (char)j; in TrioGetCollation()5170 internalCollationArray[i][k] = NIL; in TrioGetCollation()5311 for (j = 0; internalCollationArray[k][j] != NIL; j++)5312 characterclass[(int)internalCollationArray[k][j]]++;