Home
last modified time | relevance | path

Searched refs:asso_values (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dunicode_fold3_key.c31 static const unsigned char asso_values[] = in hash() local
60 …return asso_values[(unsigned char)onig_codes_byte_at(codes, 8)] + asso_values[(unsigned char)onig_… in hash()
H A Dunicode_fold1_key.c31 static const unsigned short asso_values[] = in hash() local
60 …return asso_values[(unsigned char)onig_codes_byte_at(codes, 2)+3] + asso_values[(unsigned char)oni… in hash()
H A Dunicode_unfold_key.c31 static const unsigned short asso_values[] = in hash() local
64 …return asso_values[(unsigned char)onig_codes_byte_at(codes, 2)+35] + asso_values[(unsigned char)on… in hash()
H A Dunicode_fold2_key.c31 static const unsigned char asso_values[] = in hash() local
60 …return asso_values[(unsigned char)onig_codes_byte_at(codes, 5)] + asso_values[(unsigned char)onig_… in hash()
H A Deuc_jp_prop.c54 static unsigned char asso_values[] = in hash() local
83 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]]; in hash()
H A Dsjis_prop.c54 static unsigned char asso_values[] = in hash() local
83 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]]; in hash()
H A Dunicode_property_data_posix.c4850 static const unsigned char asso_values[] = in hash() local
4879 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]]; in hash()
H A Dunicode_property_data.c22974 static const unsigned short asso_values[] = in hash() local
23008 hval += asso_values[(unsigned char)str[15]]; in hash()
23014 hval += asso_values[(unsigned char)str[11]]; in hash()
23022 hval += asso_values[(unsigned char)str[5]]; in hash()
23025 hval += asso_values[(unsigned char)str[4]]; in hash()
23029 hval += asso_values[(unsigned char)str[2]]; in hash()
23032 hval += asso_values[(unsigned char)str[1]]; in hash()
23035 hval += asso_values[(unsigned char)str[0]]; in hash()
23038 return hval + asso_values[(unsigned char)str[len - 1]]; in hash()

Completed in 44 milliseconds