Searched refs:m_es_ (Results 1 – 4 of 4) 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()
69 RuleBasedCollator m_es_; field in SearchTest542 m_es_ = (RuleBasedCollator)Collator.getInstance(new Locale("es", "ES")); in init()547 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init()548 m_es_ = new RuleBasedCollator(rules); in init()564 return m_es_; in getCollator()
65 RuleBasedCollator m_es_; field in SearchTest538 m_es_ = (RuleBasedCollator)Collator.getInstance(new Locale("es", "ES")); in init()543 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init()544 m_es_ = new RuleBasedCollator(rules); in init()560 return m_es_; in getCollator()