/external/llvm/unittests/ADT/ |
D | SmallStringTest.cpp | 29 StringType theString; member in __anond161d42b0111::SmallStringTest 43 assertEmpty(theString); in TEST_F() 44 EXPECT_TRUE(theString.rbegin() == theString.rend()); in TEST_F() 48 theString.assign(3, 'a'); in TEST_F() 49 EXPECT_EQ(3u, theString.size()); in TEST_F() 50 EXPECT_STREQ("aaa", theString.c_str()); in TEST_F() 55 theString.assign(abc.begin(), abc.end()); in TEST_F() 56 EXPECT_EQ(3u, theString.size()); in TEST_F() 57 EXPECT_STREQ("abc", theString.c_str()); in TEST_F() 62 theString.assign(abc); in TEST_F() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringMatcher.java | 69 public StringMatcher(String theString, in StringMatcher() argument 73 pattern = theString; in StringMatcher() 91 public StringMatcher(String theString, in StringMatcher() argument 96 this(theString.substring(start, limit), segmentNum, theData); in StringMatcher()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringMatcher.java | 68 public StringMatcher(String theString, in StringMatcher() argument 72 pattern = theString; in StringMatcher() 90 public StringMatcher(String theString, in StringMatcher() argument 95 this(theString.substring(start, limit), segmentNum, theData); in StringMatcher()
|
/external/webrtc/sdk/objc/helpers/ |
D | AVCaptureSession+DevicePosition.mm | 13 BOOL CFStringContainsString(CFStringRef theString, CFStringRef stringToFind) { 14 return CFStringFindWithOptions(theString, 16 CFRangeMake(0, CFStringGetLength(theString)),
|
/external/gptfdisk/ |
D | guid.cc | 179 char theString[40]; in AsString() local 181 sprintf(theString, in AsString() 187 return theString; in AsString()
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRStringStream.h | 55 - (id) initWithString:(NSString *) theString; 58 - (id) initWithStringNoCopy:(NSString *) theString;
|
D | ANTLRStringStream.m | 78 - (id) initWithString:(NSString *) theString 81 //[self setData:[NSString stringWithString:theString]]; 82 data = [theString retain]; 95 - (id) initWithStringNoCopy:(NSString *) theString 98 //[self setData:theString]; 99 data = [theString retain];
|
/external/clang/test/SemaObjC/ |
D | format-ostrace-warning.m | 26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f… 29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c…
|
D | format-cstrings-warning.m | 56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef … 59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, …
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 453 Str255 theString; in CmpObj_GetComponentPublicIndString() local 460 PyMac_GetStr255, theString, in CmpObj_GetComponentPublicIndString() 465 theString, in CmpObj_GetComponentPublicIndString() 549 Str255 theString; in CmpObj_GetComponentIndString() local 556 PyMac_GetStr255, theString, in CmpObj_GetComponentIndString() 561 theString, in CmpObj_GetComponentIndString()
|
/external/cronet/third_party/icu/source/i18n/ |
D | strmatch.cpp | 27 StringMatcher::StringMatcher(const UnicodeString& theString, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 37 theString.extractBetween(start, limit, pattern); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | reldtfmt.cpp | 167 const UChar *theString = getStringForDay(dayDiff, len, status); in format() local 168 if(U_SUCCESS(status) && (theString!=NULL)) { in format() 170 relativeDayString.setTo(theString, len); in format()
|
/external/icu/icu4c/source/i18n/ |
D | strmatch.cpp | 27 StringMatcher::StringMatcher(const UnicodeString& theString, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 37 theString.extractBetween(start, limit, pattern); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | reldtfmt.cpp | 167 const UChar *theString = getStringForDay(dayDiff, len, status); in format() local 168 if(U_SUCCESS(status) && (theString!=NULL)) { in format() 170 relativeDayString.setTo(theString, len); in format()
|
/external/libcups/backend/ |
D | usb-darwin.c | 1888 CFMutableStringRef theString = CFStringCreateMutableCopy(NULL, 0, kvpair); in copy_value_for_key() local 1889 CFStringTrimWhitespace(theString); in copy_value_for_key() 1890 range = CFStringFind(theString, keys[idxx], kCFCompareCaseInsensitive); in copy_value_for_key() 1892 …value = CFStringCreateWithSubstring(NULL, theString, CFRangeMake(range.length, CFStringGetLength(t… in copy_value_for_key() 1894 CFRelease(theString); in copy_value_for_key() 1898 …CFStringRef theString = CFStringCreateWithSubstring(NULL, kvpair, CFRangeMake(range.length, CFStri… in copy_value_for_key() local 1899 CFMutableStringRef theString2 = CFStringCreateMutableCopy(NULL, 0, theString); in copy_value_for_key() 1900 CFRelease(theString); in copy_value_for_key()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 129 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 216 public void setString(int parameterIndex, String theString) in setString() argument 1237 public void setString(String parameterName, String theString) in setString() argument
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1368 UChar theString[100]; in TestBug4315() local 1377 u_uastrcpy(theString, "The quick brown fox jumped over the slow black turtle."); in TestBug4315() 1384 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError); in TestBug4315()
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | reapits.c | 1368 UChar theString[100]; in TestBug4315() local 1377 u_uastrcpy(theString, "The quick brown fox jumped over the slow black turtle."); in TestBug4315() 1384 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError); in TestBug4315()
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 802 Str63 theString; in Alias_GetAliasInfo() local 808 theString); in Alias_GetAliasInfo() 811 PyMac_BuildStr255, theString); in Alias_GetAliasInfo()
|
/external/clang/test/Analysis/ |
D | retain-release.mm | 86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 4341 CFStringRef theString; in CF_CFStringCreateMutableCopy() local 4347 CFStringRefObj_Convert, &theString)) in CF_CFStringCreateMutableCopy() 4351 theString); in CF_CFStringCreateMutableCopy()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 5945 Str255 theString; in Qd_TruncString() local 5952 PyMac_GetStr255, theString, in Qd_TruncString() 5956 theString, in Qd_TruncString()
|
/external/google-styleguide/ |
D | objcguide.md | 1486 - (void)doSomethingWithString:(NSString *)theString {
|