Lines Matching refs:skeleton
60 const UChar *skeleton, int32_t length, in udatpg_getBestPattern() argument
63 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length, in udatpg_getBestPattern()
70 const UChar *skeleton, int32_t length, in udatpg_getBestPatternWithOptions() argument
77 if(skeleton==NULL && length!=0) { in udatpg_getBestPatternWithOptions()
81 UnicodeString skeletonString((UBool)(length<0), skeleton, length); in udatpg_getBestPatternWithOptions()
89 UChar *skeleton, int32_t capacity, in udatpg_getSkeleton() argument
101 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getSkeleton()
107 UChar *skeleton, int32_t capacity, in udatpg_getBaseSkeleton() argument
119 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getBaseSkeleton()
275 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypes() argument
278 … return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength, in udatpg_replaceFieldTypes()
286 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypesWithOptions() argument
293 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) { in udatpg_replaceFieldTypesWithOptions()
298 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength); in udatpg_replaceFieldTypesWithOptions()
319 const UChar *skeleton, int32_t skeletonLength, in udatpg_getPatternForSkeleton() argument
321 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength); in udatpg_getPatternForSkeleton()