OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:specifiedSkeleton
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp
759
const PtnSkeleton*
specifiedSkeleton
=NULL;
760
bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &
specifiedSkeleton
);
762
resultPattern = adjustFieldTypes(*bestPattern,
specifiedSkeleton
, FALSE, options);
[
all
...]
/external/icu4c/i18n/
dtptngen.cpp
775
const PtnSkeleton*
specifiedSkeleton
=NULL;
776
bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &
specifiedSkeleton
);
778
resultPattern = adjustFieldTypes(*bestPattern,
specifiedSkeleton
, FALSE, options);
[
all
...]
Completed in 120 milliseconds