• Home
  • Raw
  • Download

Lines Matching refs:skeleton

58                       const UChar *skeleton, int32_t length,  in udatpg_getBestPattern()  argument
61 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length, in udatpg_getBestPattern()
68 const UChar *skeleton, int32_t length, in udatpg_getBestPatternWithOptions() argument
75 if(skeleton==NULL && length!=0) { in udatpg_getBestPatternWithOptions()
79 UnicodeString skeletonString((UBool)(length<0), skeleton, length); in udatpg_getBestPatternWithOptions()
87 UChar *skeleton, int32_t capacity, in udatpg_getSkeleton() argument
99 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getSkeleton()
105 UChar *skeleton, int32_t capacity, in udatpg_getBaseSkeleton() argument
117 return result.extract(skeleton, capacity, *pErrorCode); in udatpg_getBaseSkeleton()
219 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypes() argument
222 … return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength, in udatpg_replaceFieldTypes()
230 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypesWithOptions() argument
237 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) { in udatpg_replaceFieldTypesWithOptions()
242 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength); in udatpg_replaceFieldTypesWithOptions()
263 const UChar *skeleton, int32_t skeletonLength, in udatpg_getPatternForSkeleton() argument
265 UnicodeString skeletonString((UBool)(skeletonLength<0), skeleton, skeletonLength); in udatpg_getPatternForSkeleton()