Searched refs:m_es_ (Results 1 – 4 of 4) sorted by relevance
37 RuleBasedCollator *m_es_; variable
54 m_es_ = (RuleBasedCollator *)Collator::createInstance("es_ES", status); in StringSearchTest()59 delete m_es_; in StringSearchTest()63 m_es_ = 0; in StringSearchTest()78 rules.setTo(((RuleBasedCollator *)m_es_)->getRules()); in StringSearchTest()81 delete m_es_; in StringSearchTest()83 m_es_ = new RuleBasedCollator(rules, status); in StringSearchTest()100 delete m_es_; in ~StringSearchTest()116 m_es_ == NULL && m_en_wordbreaker_ == NULL && in runIndexedTest()195 return m_es_; in getCollator()
74 RuleBasedCollator m_es_; field in SearchTest548 m_es_ = (RuleBasedCollator)Collator.getInstance(new Locale("es", "ES")); in init()553 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init()554 m_es_ = new RuleBasedCollator(rules); in init()566 return m_es_; in getCollator()
77 RuleBasedCollator m_es_; field in SearchTest551 m_es_ = (RuleBasedCollator)Collator.getInstance(new Locale("es", "ES")); in init()556 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init()557 m_es_ = new RuleBasedCollator(rules); in init()569 return m_es_; in getCollator()