commit | f5f834afcd5506a0ae3bd5bcfcb0c3a9b1506ac1 | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Tue Feb 22 15:12:46 2011 +0900 |
committer | Jean Chalard <jchalard@google.com> | Tue Feb 22 16:43:19 2011 +0900 |
tree | 3ff71e2c6c5ee74be126d2d6d41bd5a7429fabb2 | |
parent | a5d58497018f465080f08fbbfed35de883bc8be3 [diff] |
Rename variables with obscure names. The `snr' variable has a very obscure name. Rename it to `matchWeight'. Also, the `toLowerCase' function is error-prone, since it actually returns a lower case version of the BASE char, that is without diacritics. Hence, rename it to `toBaseLowerCase' and update variables with similar names. Change-Id: Ibdbe73018a33ee864db59a51d664c3b104d5fb3f