Lines Matching full:param
106 * @param locale
107 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
117 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
127 * @param dtpg a pointer to UDateTimePatternGenerator.
135 * @param dtpg a pointer to UDateTimePatternGenerator to be copied.
136 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
154 * @param dtpg a pointer to UDateTimePatternGenerator.
155 * @param skeleton
158 * @param length the length of skeleton
159 * @param bestPattern
161 * @param capacity the capacity of bestPattern.
162 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
183 * @param dtpg a pointer to UDateTimePatternGenerator.
184 * @param pattern input pattern, such as "dd/MMM".
185 * @param length the length of pattern.
186 * @param skeleton such as "MMMdd"
187 * @param capacity the capacity of skeleton.
188 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
212 * @param dtpg a pointer to UDateTimePatternGenerator.
213 * @param pattern input pattern, such as "dd/MMM".
214 * @param length the length of pattern.
215 * @param baseSkeleton such as "Md"
216 * @param capacity the capacity of base skeleton.
217 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
238 * @param dtpg a pointer to UDateTimePatternGenerator.
239 * @param pattern input pattern, such as "dd/MMM"
240 * @param patternLength the length of pattern.
241 * @param override When existing values are to be overridden use true,
243 * @param conflictingPattern Previous pattern with the same skeleton.
244 * @param capacity the capacity of conflictingPattern.
245 * @param pLength a pointer to the length of conflictingPattern.
246 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
273 * @param dtpg a pointer to UDateTimePatternGenerator.
274 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
275 * @param value pattern, such as "{0}, {1}"
276 * @param length the length of value.
288 * @param dtpg A pointer to UDateTimePatternGenerator.
289 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
290 * @param pLength A pointer that will receive the length of appendItemFormat.
306 * @param dtpg a pointer to UDateTimePatternGenerator.
307 * @param field UDateTimePatternField
308 * @param value name for the field.
309 * @param length the length of value.
321 * @param dtpg a pointer to UDateTimePatternGenerator.
322 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
323 * @param pLength A pointer that will receive the length of the name for field.
346 * @param dtpg a pointer to UDateTimePatternGenerator.
347 * @param dtFormat
350 * @param length the length of dtFormat.
359 * @param dtpg a pointer to UDateTimePatternGenerator.
360 * @param pLength A pointer that will receive the length of the format
376 * @param dtpg a pointer to UDateTimePatternGenerator.
377 * @param decimal
378 * @param length the length of decimal.
388 * @param dtpg a pointer to UDateTimePatternGenerator.
389 * @param pLength A pointer that will receive the length of the decimal string.
410 * @param dtpg a pointer to UDateTimePatternGenerator.
411 * @param pattern Input pattern
412 * @param patternLength the length of input pattern.
413 * @param skeleton
414 * @param
415 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
416 * @param destCapacity the capacity of dest.
417 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
433 * @param dtpg a pointer to UDateTimePatternGenerator.
434 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
446 * @param dtpg a pointer to UDateTimePatternGenerator.
447 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
459 * @param dtpg a pointer to UDateTimePatternGenerator.
460 * @param skeleton
461 * @param skeletonLength pointer to the length of skeleton.
462 * @param pLength pointer to the length of return pattern.