Home | History | Annotate | Download | only in intltest

Lines Matching refs:chariter

512     StringCharacterIterator  chariter(text);
521 chariter.setText(text);
523 result = new StringSearch(pattern, chariter, NULL, NULL, status);
537 chariter.setText(text);
539 result = new StringSearch(pattern, chariter, NULL, NULL, status);
554 chariter.setText(text);
556 result = new StringSearch(pattern, chariter, NULL, NULL, status);
570 chariter.setText(text);
572 result = new StringSearch(pattern, chariter, NULL, NULL, status);
586 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
600 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status);
614 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
1143 StringCharacterIterator chariter(text);
1144 strsrch->setText(chariter, status);
2305 StringCharacterIterator chariter(text);
2312 search.setText(chariter, status);