OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specifiedSkeleton
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
dtptngen.cpp
807
const PtnSkeleton*
specifiedSkeleton
=NULL;
808
bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &
specifiedSkeleton
);
810
resultPattern = adjustFieldTypes(*bestPattern,
specifiedSkeleton
, flags, options);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
dtptngen.h
540
UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton*
specifiedSkeleton
, int32_t flags, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
Completed in 141 milliseconds