Lines Matching defs:result
82 UnicodeString result=((DateTimePatternGenerator *)dtpg)->getBestPattern(skeletonString, options, *pErrorCode);
83 return result.extract(bestPattern, capacity, *pErrorCode);
99 UnicodeString result=DateTimePatternGenerator::staticGetSkeleton(
101 return result.extract(skeleton, capacity, *pErrorCode);
117 UnicodeString result=DateTimePatternGenerator::staticGetBaseSkeleton(
119 return result.extract(skeleton, capacity, *pErrorCode);
137 UDateTimePatternConflict result=((DateTimePatternGenerator *)dtpg)->
143 return result;
158 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field);
160 *pLength=result.length();
162 return result.getBuffer();
177 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field);
179 *pLength=result.length();
181 return result.getBuffer();
196 UnicodeString result = ((const DateTimePatternGenerator *)dtpg)->getFieldDisplayName(field,width);
198 return result.length();
200 return result.extract(fieldName, capacity, *pErrorCode);
245 const UnicodeString &result = dtpg->getDateTimeFormat(style, *pErrorCode);
247 *pLength=result.length();
252 return result.getBuffer();
265 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getDecimal();
267 *pLength=result.length();
269 return result.getBuffer();
299 UnicodeString result=((DateTimePatternGenerator *)dtpg)->replaceFieldTypes(patternString, skeletonString, options, *pErrorCode);
300 return result.extract(dest, destCapacity, *pErrorCode);
322 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getPatternForSkeleton(skeletonString);
324 *pLength=result.length();
326 return result.getBuffer();