Lines Matching refs:chariter
627 StringCharacterIterator chariter(text);
636 chariter.setText(text);
638 result = new StringSearch(pattern, chariter, NULL, NULL, status);
652 chariter.setText(text);
654 result = new StringSearch(pattern, chariter, NULL, NULL, status);
669 chariter.setText(text);
671 result = new StringSearch(pattern, chariter, NULL, NULL, status);
685 chariter.setText(text);
687 result = new StringSearch(pattern, chariter, NULL, NULL, status);
701 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
715 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status);
729 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status);
1248 StringCharacterIterator chariter(text);
1249 strsrch->setText(chariter, status);
2410 StringCharacterIterator chariter(text);
2417 search.setText(chariter, status);