Searched defs:skeletonLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dudateintervalformat.cpp26 int32_t skeletonLength,
34 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
40 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Dudatpg.cpp217 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);
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
260 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp26 int32_t skeletonLength,
34 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
40 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Dudatpg.cpp217 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);
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
260 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument

Completed in 1242 milliseconds