Home | History | Annotate | Download | only in i18n

Lines Matching refs:skeleton

58                       const UChar *skeleton, int32_t length,
61 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length,
68 const UChar *skeleton, int32_t length,
75 if(skeleton==NULL && length!=0) {
79 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
87 UChar *skeleton, int32_t capacity,
98 return result.extract(skeleton, capacity, *pErrorCode);
104 UChar *skeleton, int32_t capacity,
115 return result.extract(skeleton, capacity, *pErrorCode);
217 const UChar *skeleton, int32_t skeletonLength,
220 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength,
228 const UChar *skeleton, int32_t skeletonLength,
235 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) {
240 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength);
261 const UChar *skeleton, int32_t skeletonLength,
263 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength);