Lines Matching full:skeleton
60 const UChar *skeleton, int32_t length,
63 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length,
70 const UChar *skeleton, int32_t length,
77 if(skeleton==NULL && length!=0) {
81 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
89 UChar *skeleton, int32_t capacity,
101 return result.extract(skeleton, capacity, *pErrorCode);
107 UChar *skeleton, int32_t capacity,
119 return result.extract(skeleton, capacity, *pErrorCode);
221 const UChar *skeleton, int32_t skeletonLength,
224 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength,
232 const UChar *skeleton, int32_t skeletonLength,
239 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) {
244 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength);
265 const UChar *skeleton, int32_t skeletonLength,
267 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength);