Home | History | Annotate | Download | only in common

Lines Matching full:string_hash

1488 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \
1505 STRING_HASH(UChar, str, length, *p);
1510 STRING_HASH(uint8_t, str, length, *p);
1515 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p));