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

/external/icu4c/i18n/
H A Ddtptngen.cpp963 const PtnSkeleton** specifiedSkeletonPtr) {
989 if (bestPattern && specifiedSkeletonPtr) {
990 *specifiedSkeletonPtr = specifiedSkeleton;
1415 // At least when this is called from getBestRaw & addPattern (in which case specifiedSkeletonPtr is non-NULL),
1418 // optimum distance value in getBestRaw. When this is called from public getRedundants (specifiedSkeletonPtr is NULL),
1421 PatternMap::getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr) { // key to search for argument
1424 if (specifiedSkeletonPtr) {
1425 *specifiedSkeletonPtr = NULL;
1443 if (specifiedSkeletonPtr != NULL) { // called from DateTimePatternGenerator::getBestRaw or addPattern, use original
1459 if (specifiedSkeletonPtr
960 getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr) argument
[all...]

Completed in 34 milliseconds