| OLD | NEW |
| 1 /* C++ code produced by gperf version 3.0.3 */ | 1 /* C++ code produced by gperf version 3.0.3 */ |
| 2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_
Test1 -P -K name_offset -Q stringpool1 -D effective_tld_names_unittest1.gperf *
/ | 2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_
Test1 -P -K name_offset -Q stringpool1 -D effective_tld_names_unittest1.gperf *
/ |
| 3 | 3 |
| 4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ | 4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ |
| 5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ | 5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ |
| 6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ | 6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ |
| 7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ | 7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ |
| 8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ | 8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ |
| 9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ | 9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ |
| 10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ | 10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 | 209 |
| 210 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] ==
'\0') | 210 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] ==
'\0') |
| 211 return &wordlist[index]; | 211 return &wordlist[index]; |
| 212 } | 212 } |
| 213 } | 213 } |
| 214 } | 214 } |
| 215 return 0; | 215 return 0; |
| 216 } | 216 } |
| 217 #line 26 "effective_tld_names_unittest1.gperf" | 217 #line 26 "effective_tld_names_unittest1.gperf" |
| 218 | 218 |
| OLD | NEW |