Home | History | Annotate | Download | only in unicode

Lines Matching defs:source

78      * @param source    string to get results for
82 CanonicalIterator(const UnicodeString &source, UErrorCode &status);
91 * Gets the NFD form of the current source we are iterating over.
92 * @return gets the source: NOTE: it is the NFD form of source
113 * Set a new source for this iterator. Allows object reuse.
114 * @param newSource the source string to iterate against. This allows the same iterator to be used
115 * while changing the source string, saving object creation.
125 * @param source the string to find permutations for
131 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
167 UnicodeString source;