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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp1016 const PtnSkeleton** specifiedSkeletonPtr) {
1042 if (bestPattern && specifiedSkeletonPtr) {
1043 *specifiedSkeletonPtr = specifiedSkeleton;
1471 // At least when this is called from getBestRaw & addPattern (in which case specifiedSkeletonPtr is non-NULL),
1474 // optimum distance value in getBestRaw. When this is called from public getRedundants (specifiedSkeletonPtr is NULL),
1477 PatternMap::getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr) { // key to search for argument
1480 if (specifiedSkeletonPtr) {
1481 *specifiedSkeletonPtr = NULL;
1499 if (specifiedSkeletonPtr != NULL) { // called from DateTimePatternGenerator::getBestRaw or addPattern, use original
1515 if (specifiedSkeletonPtr
1013 getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1017 const PtnSkeleton** specifiedSkeletonPtr) {
1043 if (bestPattern && specifiedSkeletonPtr) {
1044 *specifiedSkeletonPtr = specifiedSkeleton;
1472 // At least when this is called from getBestRaw & addPattern (in which case specifiedSkeletonPtr is non-NULL),
1475 // optimum distance value in getBestRaw. When this is called from public getRedundants (specifiedSkeletonPtr is NULL),
1478 PatternMap::getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr) { // key to search for argument
1481 if (specifiedSkeletonPtr) {
1482 *specifiedSkeletonPtr = NULL;
1500 if (specifiedSkeletonPtr != NULL) { // called from DateTimePatternGenerator::getBestRaw or addPattern, use original
1516 if (specifiedSkeletonPtr
1014 getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr) argument
[all...]

Completed in 690 milliseconds