Searched refs:specifiedSkeletonPtr (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | dtptngen.h | 462 const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr = 0);
|
/external/icu4c/i18n/unicode/ |
H A D | dtptngen.h | 464 const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr = 0);
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | dtptngen.cpp | 963 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...] |
H A D | dtptngen_impl.h | 202 const UnicodeString* getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr = 0);
|
/external/icu4c/i18n/ |
H A D | dtptngen.cpp | 989 const PtnSkeleton** specifiedSkeletonPtr) { 1015 if (bestPattern && specifiedSkeletonPtr) { 1016 *specifiedSkeletonPtr = specifiedSkeleton; 1441 // At least when this is called from getBestRaw & addPattern (in which case specifiedSkeletonPtr is non-NULL), 1444 // optimum distance value in getBestRaw. When this is called from public getRedundants (specifiedSkeletonPtr is NULL), 1447 PatternMap::getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr) { // key to search for argument 1450 if (specifiedSkeletonPtr) { 1451 *specifiedSkeletonPtr = NULL; 1469 if (specifiedSkeletonPtr != NULL) { // called from DateTimePatternGenerator::getBestRaw or addPattern, use original 1485 if (specifiedSkeletonPtr 986 getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr) argument [all...] |
H A D | dtptngen_impl.h | 203 const UnicodeString* getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr = 0);
|
Completed in 80 milliseconds