Home
last modified time | relevance | path

Searched refs:firstPart (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dmalloc-tree180 firstPart = line[:firstSep].strip()
182 bytesSep = firstPart.find('bytes:')
184 name = firstPart[bytesSep+7:]
185 stats = firstPart.split(' ')
/external/chromium_org/third_party/icu/source/i18n/
Ddtitvfmt.cpp221 res = ( fIntervalPatterns[i].firstPart == in operator ==()
222 fmt->fIntervalPatterns[i].firstPart) && in operator ==()
335 if ( intervalPattern.firstPart.isEmpty() && in format()
349 if ( intervalPattern.firstPart.isEmpty() ) { in format()
371 fDateFormat->applyPattern(intervalPattern.firstPart); in format()
1034 const UnicodeString* firstPart, in setPatternInfo() argument
1049 if ( firstPart ) { in setPatternInfo()
1050 ptn.firstPart = *firstPart; in setPatternInfo()
1093 UnicodeString firstPart; in setIntervalPattern() local
1095 pattern->extract(0, splitPoint, firstPart); in setIntervalPattern()
[all …]
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp221 res = ( fIntervalPatterns[i].firstPart == in operator ==()
222 fmt->fIntervalPatterns[i].firstPart) && in operator ==()
335 if ( intervalPattern.firstPart.isEmpty() && in format()
349 if ( intervalPattern.firstPart.isEmpty() ) { in format()
371 fDateFormat->applyPattern(intervalPattern.firstPart); in format()
1036 const UnicodeString* firstPart, in setPatternInfo() argument
1051 if ( firstPart ) { in setPatternInfo()
1052 ptn.firstPart = *firstPart; in setPatternInfo()
1095 UnicodeString firstPart; in setIntervalPattern() local
1097 pattern->extract(0, splitPoint, firstPart); in setIntervalPattern()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
DFunctionReceiverChecker.java56 String firstPart = callParts[0]; in handleCall() local
65 if (isBindCall && partCount == 3 && "this".equals(firstPart) && in handleCall()
71 if (partCount > 2 || "this".equals(firstPart)) { in handleCall()
78 getOrCreateSetByKey(callSitesByFunctionName, firstPart) in handleCall()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtitvfmt.h580 UnicodeString firstPart; member
936 const UnicodeString* firstPart,
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h580 UnicodeString firstPart; member
936 const UnicodeString* firstPart,
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1649 final String firstPart; in lookupSymbol() local
1651 firstPart = name; in lookupSymbol()
1653 firstPart = name.substring(0, firstPartLength); in lookupSymbol()
1671 scopeToTry.append(firstPart); in lookupSymbol()