12 references to TOKEN_HASH_SIZE
mscorlib (12)
system\globalization\datetimeformatinfo.cs (12)
2424
temp = new TokenHashValue[
TOKEN_HASH_SIZE
];
2796
int hashcode = ch %
TOKEN_HASH_SIZE
;
2852
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2853
}while (i <
TOKEN_HASH_SIZE
);
2866
while (++pos <
TOKEN_HASH_SIZE
) {
2868
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2903
int hashcode = ch %
TOKEN_HASH_SIZE
;
2975
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2976
} while (i <
TOKEN_HASH_SIZE
);