Searched refs:internalCollationArray (Results 1 – 1 of 1) sorted by relevance
770 static char internalCollationArray[MAX_CHARACTER_CLASS][MAX_CHARACTER_CLASS]; variable5148 internalCollationArray[i][k++] = (char)j; in TrioGetCollation()5150 internalCollationArray[i][k] = NIL; in TrioGetCollation()5291 for (j = 0; internalCollationArray[k][j] != NIL; j++)5292 characterclass[(int)internalCollationArray[k][j]]++;