Home | History | Annotate | Download | only in unicode

Lines Matching refs:source

67  * <code>Transliterator</code> objects are stateless, the source text
90 * arriving from some source (typically the user's keyboard) one
190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
191 * where <em>source</em> describes the entity being replaced, and
193 * <em>source</em>. The entities may be the names of scripts,
338 * containing only the forward direction source, target, and
1108 * Return the number of registered source specifiers.
1109 * @return the number of registered source specifiers.
1115 * Return a registered source specifier.
1118 * @param result fill-in paramter to receive the source specifier.
1128 * source specifier.
1129 * @param source the given source specifier.
1131 * source specifier.
1134 static int32_t U_EXPORT2 countAvailableTargets(const UnicodeString& source);
1137 * Return a registered target specifier for a given source.
1139 * n = countAvailableTargets(source)
1140 * @param source the source specifier
1142 * If source is invalid or if index is out of range, result will
1148 const UnicodeString& source,
1153 * source-target pair.
1154 * @param source the source specifiers.
1158 static int32_t U_EXPORT2 countAvailableVariants(const UnicodeString& source,
1162 * Return a registered variant specifier for a given source-target
1165 * n = countAvailableVariants(source, target)
1166 * @param source the source specifier
1169 * specifier. If source is invalid or if target is invalid or if
1175 const UnicodeString& source,
1198 static int32_t _countAvailableTargets(const UnicodeString& source);
1205 const UnicodeString& source,
1212 static int32_t _countAvailableVariants(const UnicodeString& source,
1220 const UnicodeString& source,