12 references to TOKEN_HASH_SIZE
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (12)
1925
temp = new TokenHashValue[
TOKEN_HASH_SIZE
];
2324
int hashcode = ch %
TOKEN_HASH_SIZE
;
2384
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2385
} while (i <
TOKEN_HASH_SIZE
);
2398
while (++pos <
TOKEN_HASH_SIZE
)
2401
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2444
int hashcode = ch %
TOKEN_HASH_SIZE
;
2500
if (hashcode >=
TOKEN_HASH_SIZE
) hashcode -=
TOKEN_HASH_SIZE
;
2501
} while (i <
TOKEN_HASH_SIZE
);