Home | History | Annotate | Download | only in common

Lines Matching full:param

59    * @param breakTypes A bitmap of types handled by the engine.
72 * @param c A character which begins a run that the engine might handle
73 * @param breakType The type of text break which the caller wants to determine
82 * @param text A UText representing the text. The
85 * @param startPos The start of the run within the supplied text.
86 * @param endPos The end of the run within the supplied text.
87 * @param reverse Whether the caller is looking for breaks in a reverse
89 * @param breakType The type of break desired, or -1.
90 * @param foundBreaks An allocated C array of the breaks found, if any
105 * @param set A UnicodeSet of the set of characters handled by the engine
112 * @param breakTypes A bitmap of types handled by the engine.
119 * @param text A UText representing the text
120 * @param rangeStart The start of the range of dictionary characters
121 * @param rangeEnd The end of the range of dictionary characters
122 * @param foundBreaks Output of C array of int32_t break positions, or 0
162 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
176 * @param text A UText representing the text
177 * @param rangeStart The start of the range of dictionary characters
178 * @param rangeEnd The end of the range of dictionary characters
179 * @param foundBreaks Output of C array of int32_t break positions, or 0