Home | History | Annotate | Download | only in common

Lines Matching full:hash

313  * Compute a hash code for this BreakIterator
314 * @return A hash code
318 int32_t hash = 0;
320 hash = fData->hashCode();
322 return hash;