Searched refs:m_es_ (Results 1 – 3 of 3) sorted by relevance
35 RuleBasedCollator *m_es_; variable
51 m_es_ = (RuleBasedCollator *)Collator::createInstance("es_ES", status); in StringSearchTest()56 delete m_es_; in StringSearchTest()60 m_es_ = 0; in StringSearchTest()75 rules.setTo(((RuleBasedCollator *)m_es_)->getRules()); in StringSearchTest()78 delete m_es_; in StringSearchTest()80 m_es_ = new RuleBasedCollator(rules, status); in StringSearchTest()97 delete m_es_; in ~StringSearchTest()113 m_es_ == NULL && m_en_wordbreaker_ == NULL && in runIndexedTest()192 return m_es_; in getCollator()
65 RuleBasedCollator m_es_; field in SearchTest529 m_es_ = (RuleBasedCollator)Collator.getInstance(new Locale("es", "ES")); in init()534 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init()535 m_es_ = new RuleBasedCollator(rules); in init()551 return m_es_; in getCollator()