Searched refs:CFStringGetCharacterAtIndex (Results 1 - 25 of 33) sorted by path

12

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c357 if (length == LANGUAGE_ABBREVIATION_LENGTH - 1 || (length > LANGUAGE_ABBREVIATION_LENGTH - 1 && CFStringGetCharacterAtIndex(localizationName, LANGUAGE_ABBREVIATION_LENGTH - 1) == '_')) {
368 UniChar c = CFStringGetCharacterAtIndex(localizationName, 2);
899 UniChar c1 = CFStringGetCharacterAtIndex(loc1, idx), c2 = CFStringGetCharacterAtIndex(loc2, idx);
1530 UniChar c = CFStringGetCharacterAtIndex(fileName, i);
1578 if (CFStringGetCharacterAtIndex(fileName, i - 1) == '.') {
1593 if (CFStringGetCharacterAtIndex(fileName, i) == '.') {
1649 UniChar lastChar = CFStringGetCharacterAtIndex(subdirectory, CFStringGetLength(subdirectory)-1);
1945 if (CFStringGetCharacterAtIndex(path, CFStringGetLength(path)-1) == slash) {
2121 if (CFStringGetCharacterAtIndex(resultPat
[all...]
H A DCFDateFormatter.c137 if ((r.location + 1 < CFStringGetLength(tmplateString)) && ('j' == CFStringGetCharacterAtIndex(tmplateString, r.location + 1))) {
1051 UniChar ch = CFStringGetCharacterAtIndex(inString, idx);
1168 UniChar ch = CFStringGetCharacterAtIndex(inString, idx);
1181 if (idx + 1 < cnt && ' ' == CFStringGetCharacterAtIndex(inString, idx + 1)) idx++;
1187 if (idx + 1 < cnt && 'a' == CFStringGetCharacterAtIndex(inString, idx + 1) && -1 != firstHour) {
1207 UniChar ch = (lastPos < cnt) ? CFStringGetCharacterAtIndex(outString, lastPos) : 0;
1214 ch = (lastPos < cnt) ? CFStringGetCharacterAtIndex(outString, lastPos) : 0;
1217 ch = (lastPos < cnt) ? CFStringGetCharacterAtIndex(outString, lastPos) : 0;
H A DCFFileUtilities.c628 firstCharacters[0] = CFStringGetCharacterAtIndex(path, 0);
629 firstCharacters[1] = CFStringGetCharacterAtIndex(path, 1);
643 firstCharacters[0] = CFStringGetCharacterAtIndex(path, 0);
644 firstCharacters[1] = CFStringGetCharacterAtIndex(path, 1);
737 UniChar character = CFStringGetCharacterAtIndex((CFStringRef)path, 0);
752 UniChar character = CFStringGetCharacterAtIndex((CFStringRef)path, CFStringGetLength(path) - 1);
781 if (0 < CFStringGetLength(extension) && IS_SLASH(CFStringGetCharacterAtIndex(extension, 0))) {
789 while (((destHasDrive && 3 < CFStringGetLength(path)) || (!destHasDrive && 1 < CFStringGetLength(path))) && IS_SLASH(CFStringGetCharacterAtIndex(path, CFStringGetLength(path) - 1))) {
797 UniChar firstChar = CFStringGetCharacterAtIndex(path, 0);
813 if (IS_SLASH(CFStringGetCharacterAtIndex(pat
[all...]
H A DCFNumberFormatter.c280 UniChar ch = __CFNumberFormatterNormalizeCharacter(CFStringGetCharacterAtIndex(inString, in_idx));
281 nextCh = (in_idx+1 < range.length) ? CFStringGetCharacterAtIndex(inString, in_idx+1) : 0;
622 while(range.length > 0 && CFCharacterSetIsCharacterMember(whitespace, CFStringGetCharacterAtIndex(stringToParse, range.location))) {
693 while (uncompIdx < uncompEnd && ustr[compIdx] != __CFNumberFormatterNormalizeCharacter(CFStringGetCharacterAtIndex(string, uncompIdx))) uncompIdx++;
H A DCFString.c1943 /* Guts of CFStringGetCharacterAtIndex(); called from the two functions below. Don't call it from elsewhere.
1951 fprintf(stderr, "Warning: CFStringGetCharacterAtIndex() attempted on CFString containing high bytes before properly initialized to do so\n");
1962 UniChar CFStringGetCharacterAtIndex(CFStringRef str, CFIndex idx) { function
5437 if (CFStringGetCharacterAtIndex(pattern, 0) != '+') {
5444 if (CFStringGetCharacterAtIndex(pattern, 0) == '+') {
H A DCFString.h277 CFStringGetCharacters() is more efficient than multiple calls to CFStringGetCharacterAtIndex().
282 UniChar CFStringGetCharacterAtIndex(CFStringRef theString, CFIndex idx);
834 (((idx) < 0 || (idx) >= (buf)->rangeToBuffer.length) ? 0 : ((buf)->directUniCharBuffer ? (buf)->directUniCharBuffer[(idx) + (buf)->rangeToBuffer.location] : ((buf)->directCStringBuffer ? (UniChar)((buf)->directCStringBuffer[(idx) + (buf)->rangeToBuffer.location]) : CFStringGetCharacterAtIndex((buf)->theString, (idx) + (buf)->rangeToBuffer.location))))
H A DCFURL.c1111 ch1 = CFStringGetCharacterAtIndex(originalString, percentRange.location+1);
1112 ch2 = CFStringGetCharacterAtIndex(originalString, percentRange.location+2);
1135 if (CFStringGetCharacterAtIndex(originalString, percentRange.location + 3*j) != '%') { failed = true; break; }
1136 ch1 = CFStringGetCharacterAtIndex(originalString, percentRange.location + 3*j + 1);
1137 ch2 = CFStringGetCharacterAtIndex(originalString, percentRange.location + 3*j + 2);
1256 ch1 = CFStringGetCharacterAtIndex(originalString, percentLoc);
1258 ch2 = CFStringGetCharacterAtIndex(originalString, percentLoc);
1262 } while (CFStringGetCharacterAtIndex(originalString, percentLoc) == '%');
1291 ch1 = CFStringGetCharacterAtIndex(convertedString, i);
2082 isAbsolute = (len > 0 && CFStringGetCharacterAtIndex(fileSystemPat
[all...]
H A DCFURLAccess.c391 UniChar ch = CFStringGetCharacterAtIndex(contentType, idx);
H A DCFXMLParser.c1241 if (CFStringGetCharacterAtIndex(str, 0) != '#') return false;
1242 if (CFStringGetCharacterAtIndex(str, 1) == 'x') {
1253 ch = CFStringGetCharacterAtIndex(str, idx);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDABase.c321 character1 = CFStringGetCharacterAtIndex( string, index );
322 character2 = CFStringGetCharacterAtIndex( string, index + 1 );
340 character = CFStringGetCharacterAtIndex( string, index );
564 character = CFStringGetCharacterAtIndex( string, index );
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c129 if ( CFStringGetCharacterAtIndex(pluginName, 0) == '/' ) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItem.cpp2024 while ( (nameRange.length > 0) && (CFStringGetCharacterAtIndex(path, nameRange.length - 1) == '/') ) {
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12SafeBag.cpp146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dpkcs12Derive.cpp357 uc = CFStringGetCharacterAtIndex(cfStr, dex);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItem.cpp2024 while ( (nameRange.length > 0) && (CFStringGetCharacterAtIndex(path, nameRange.length - 1) == '/') ) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItem.cpp2024 while ( (nameRange.length > 0) && (CFStringGetCharacterAtIndex(path, nameRange.length - 1) == '/') ) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.cpp146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecCustomTransform.cpp530 if (CFStringGetCharacterAtIndex(uniqueName, 0) == '_')
550 "Invalid character '%c' in transform type name %s", CFStringGetCharacterAtIndex(uniqueName, has_bad.location), uniqueName);
H A DTransform.cpp178 if (CFStringGetLength(label) && L'_' == CFStringGetCharacterAtIndex(label, 0) && !create_underscore_ok)
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dkeychain_find.c45 if (CFStringGetCharacterAtIndex(s, r.location) == '\\') {
H A Dshow_certificates.c82 if (CFStringGetCharacterAtIndex(s, r.location) == '\\') {
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecItemServer.c1580 UniChar k_first_char = CFStringGetCharacterAtIndex(key, 0);
H A Dasynchttp.c132 while (equalIdx < maxCompRg && CFCharacterSetIsCharacterMember(whitespaceSet, CFStringGetCharacterAtIndex(cacheControlHeader, equalIdx))) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1436 if (CFStringGetCharacterAtIndex(ext, 0) != '\'') {
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DKeyEventIOS.mm48 unichar c = CFStringGetCharacterAtIndex((CFStringRef)s, 0);

Completed in 485 milliseconds

12