Searched refs:tempPattern (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/vibration/ |
H A D | NavigatorVibration.cpp | 69 VibrationPattern tempPattern = pattern; local 70 tempPattern.removeLast(); 71 m_pattern = tempPattern;
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | dtptngen.cpp | 1085 UnicodeString resultPattern, tempPattern, formattedPattern; local 1091 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); 1092 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); 1103 //resultPattern = tempPattern; 1108 tempPattern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); 1109 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); 1116 tempPattern,
|
/external/icu4c/i18n/ |
H A D | dtptngen.cpp | 1109 UnicodeString resultPattern, tempPattern; local 1115 tempPattern = *getBestRaw(*dtMatcher, missingFields, distanceInfo, &specifiedSkeleton); 1116 resultPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); 1131 tempPattern = *getBestRaw(*dtMatcher, distanceInfo->missingFieldMask, distanceInfo, &specifiedSkeleton); 1132 tempPattern = adjustFieldTypes(tempPattern, specifiedSkeleton, FALSE, options); 1139 tempPattern,
|
Completed in 89 milliseconds