Home | History | Annotate | Download | only in common

Lines Matching full:median

80 MutableTrieDictionary::MutableTrieDictionary( UChar median, UErrorCode &status ) {
83 // Making it a median character cuts the worse case for searches from
86 fTrie = new TernaryNode(median);