Home | History | Annotate | Download | only in i18n

Lines Matching refs:source

167 * Sets the source to the new source string.
169 void CollationElementIterator::setText(const UnicodeString& source,
176 int32_t length = source.length();
189 u_memcpy(string, source.getBuffer(), length);
208 // Sets the source to the new character iterator.
209 void CollationElementIterator::setText(CharacterIterator& source,
215 int32_t length = source.getLength();
239 source.getText(string);
272 * over the source text using the specified collator
320 * the source text using the specified collator
336 // Internally it uses a Normalizer to munge the source text into a form