Searched refs:UniChar (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_encodings.h57 typedef int (* hfs_to_unicode_func_t)(const Str31 hfs_str, UniChar *uni_str,
60 typedef int (* unicode_to_hfs_func_t)(UniChar *uni_str, u_int32_t unicodeChars,
H A Dhfs_encodings.c71 static int unicode_to_mac_roman(UniChar *uni_str, u_int32_t unicodeChars, Str31 hfs_str);
290 UniChar uniStr[MAX_HFS_UNICODE_CHARS];
313 error = utf8_encodestr(uniStr, uniCount * sizeof(UniChar), dstStr, &utf8len, maxDstLen , ':', 0);
315 *actualDstLen = utf8_encodelen(uniStr, uniCount * sizeof(UniChar), ':', 0);
331 UniChar uniStr[MAX_HFS_UNICODE_CHARS];
353 error = utf8_encodestr(uniStr, uniCount * sizeof(UniChar), dstStr, &utf8len, maxDstLen , ':', 0);
355 *actualDstLen = utf8_encodelen(uniStr, uniCount * sizeof(UniChar), ':', 0);
375 error = hfs_get_hfsname(srcStr, srcLen/sizeof(UniChar), dstStr);
377 error = unicode_to_mac_roman(srcStr, srcLen/sizeof(UniChar), dstStr);
392 UniChar uniSt
[all...]
H A Dhfs_macos_defs.h122 typedef u_int16_t UniChar; typedef
133 typedef UniChar * UniCharArrayPtr;
134 typedef const UniChar * ConstUniCharArrayPtr;
/macosx-10.10/hfs-285/hfs_japanese/hfs_japanese.kmodproj/
H A DCFStub.h34 typedef u_int16_t UniChar; typedef
56 kCFStringEncodingDisableCorporateArea = (1 << 9), // Disable the usage of 0xF8xx area for Apple proprietary chars in converting to UniChar, resulting loosely mapping.
67 extern UInt32 __CFToMacJapanese(UInt32 flags, const UniChar *characters,
71 UniChar *characters, UInt32 maxCharLen, UInt32 *usedCharLen);
H A Dhfs_japanese.c31 MacJapaneseToUnicode(Str31 hfs_str, UniChar *uni_str, UniCharCount maxCharLen, UniCharCount *usedCharLen)
49 UnicodeToMacJapanese(UniChar *uni_str, UniCharCount unicodeChars, Str31 hfs_str)
/macosx-10.10/WTF-7600.1.24/wtf/text/cf/
H A DStringViewCF.cpp41 return adoptCF(CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, reinterpret_cast<const UniChar*>(characters16()), length(), kCFAllocatorNull));
H A DAtomicStringCF.cpp46 if (const UniChar* ptr = CFStringGetCharactersPtr(string))
49 Vector<UniChar, 1024> ucharBuffer(length);
H A DStringCF.cpp49 CFStringGetCharacters(str, CFRangeMake(0, size), (UniChar*)buffer.data());
H A DStringImplCF.cpp148 return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(characters16()), m_length));
160 string = CFStringCreateWithCharactersNoCopy(allocator, reinterpret_cast<const UniChar*>(characters16()), m_length, kCFAllocatorNull);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSStringRefCF.cpp52 auto buffer = std::make_unique<UniChar[]>(length);
54 static_assert(sizeof(UniChar) == sizeof(UChar), "UniChar and UChar must be same size");
66 return CFStringCreateWithCharacters(allocator, reinterpret_cast<const UniChar*>(string->characters16()), string->length());
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dspecialtypecodes.m2 * Test support for the special support for BOOL, UniChar and "flavours of char"
30 static UniChar gUniCharValues[] = { 'a', 55, 9243, 'b' };
50 -(UniChar)UniCharValue
52 UniChar result = gUniCharValues[_idx];
53 _idx = (_idx + 1) % (sizeof(gUniCharValues)/sizeof(UniChar));
81 -(UniChar*)UniCharArray
83 static UniChar gUniCharArray[] = { 100, 400, 955, 40000 };
87 -(UniChar*)UniCharString
89 static UniChar gUniCharArray[] = { 'h', 'e', 'l', 'p', 0 };
219 -(NSObject*)UniCharStringArg:(UniChar*)valu
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dspecialtypecodes.m2 * Test support for the special support for BOOL, UniChar and "flavours of char"
30 static UniChar gUniCharValues[] = { 'a', 55, 9243, 'b' };
50 -(UniChar)UniCharValue
52 UniChar result = gUniCharValues[_idx];
53 _idx = (_idx + 1) % (sizeof(gUniCharValues)/sizeof(UniChar));
81 -(UniChar*)UniCharArray
83 static UniChar gUniCharArray[] = { 100, 400, 955, 40000 };
87 -(UniChar*)UniCharString
89 static UniChar gUniCharArray[] = { 'h', 'e', 'l', 'p', 0 };
219 -(NSObject*)UniCharStringArg:(UniChar*)valu
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dspecialtypecodes.m2 * Test support for the special support for BOOL, UniChar and "flavours of char"
30 static UniChar gUniCharValues[] = { 'a', 55, 9243, 'b' };
50 -(UniChar)UniCharValue
52 UniChar result = gUniCharValues[_idx];
53 _idx = (_idx + 1) % (sizeof(gUniCharValues)/sizeof(UniChar));
81 -(UniChar*)UniCharArray
83 static UniChar gUniCharArray[] = { 100, 400, 955, 40000 };
87 -(UniChar*)UniCharString
89 static UniChar gUniCharArray[] = { 'h', 'e', 'l', 'p', 0 };
219 -(NSObject*)UniCharStringArg:(UniChar*)valu
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebCoreSystemInterfaceIOS.mm35 OSStatus (*wkConvertCharToGlyphs)(void* styleGroup, const UniChar*, unsigned numCharacters, void* glyphs);
88 bool (*wkGetVerticalGlyphsForCharacters)(CTFontRef, const UniChar[], CGGlyph[], size_t);
89 CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
94 CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
/macosx-10.10/vim-55/src/
H A Dos_mac_conv.c27 typedef int UniChar; typedef
32 static char_u *mac_utf16_to_utf8 __ARGS((UniChar *from, size_t fromLen, size_t *actualLen));
33 static UniChar *mac_utf8_to_utf16 __ARGS((char_u *from, size_t fromLen, size_t *actualLen));
326 * The function signature uses the real type of UniChar (as typedef'ed in
380 * The function return uses the real type of UniChar (as typedef'ed in
393 UniChar *result = NULL;
447 UniChar *utf16_str;
454 result = CFStringCreateWithCharacters(NULL, utf16_str, utf16_len/sizeof(UniChar));
499 UniChar *from;
537 static UniChar *
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DTelephoneNumberDetectorCocoa.cpp50 SOFT_LINK(DataDetectorsCore, DDDFAScannerFirstResultInUnicharArray, Boolean, (DDDFAScannerRef scanner, const UniChar* str, unsigned length, int* startPos, int* endPos), (scanner, str, length, startPos, endPos))
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWebCoreBundleWin.cpp50 RetainPtr<CFStringRef> dllPath = adoptCF(CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<const UniChar*>(dllPathBuffer), length, kCFAllocatorNull));
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEvent.h102 UniChar * uniChars, int maxChars,
H A DtkMacOSXKeyEvent.c99 UInt32 savedModifiers, const UniChar *chars, int numChars);
102 static int KeycodeToUnicodeViaUnicodeResource(UniChar *uniChars, int maxChars,
105 static int KeycodeToUnicodeViaKCHRResource(UniChar *uniChars, int maxChars,
135 static UniChar savedChar = 0;
141 UniChar uniChars[5]; /* make this larger, if needed */
319 const UniChar * chars,
773 UniChar *uniChars,
863 UniChar *uniChars,
1000 UniChar *uniChars,
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c73 UniChar c;
96 if ( c == (UniChar) '.' ) {
111 const UniChar *unicodeStrPtr = &unicodeStr[i];
128 UniChar c;
496 GetFilenameExtension(srcLen/sizeof(UniChar), srcStr, extStr);
499 srcLen -= strlen(extStr) * sizeof(UniChar);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreSystemInterface.mm52 NSFont* (*wkGetFontInLanguageForCharacter)(NSFont*, UniChar);
128 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
129 bool (*wkGetVerticalGlyphsForCharacters)(CTFontRef, const UniChar[], CGGlyph[], size_t);
133 CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
140 CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
H A DWebCoreSystemInterface.h166 extern NSFont* (*wkGetFontInLanguageForCharacter)(NSFont*, UniChar);
250 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
251 extern bool (*wkGetVerticalGlyphsForCharacters)(CTFontRef, const UniChar[], CGGlyph[], size_t);
259 extern CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
272 extern CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/cf/
H A DWKStringCF.mm68 return CFStringCreateWithCharacters(allocatorRef, reinterpret_cast<const UniChar*>(toImpl(stringRef)->string().characters16()), toImpl(stringRef)->string().length());
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12SafeBag.cpp142 unsigned flen = (unsigned)(len * sizeof(UniChar));
146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
210 UniChar *uc = (UniChar *)malloc(strLen * sizeof(UniChar));
212 UniChar *outp = uc;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.cpp142 unsigned flen = (unsigned)(len * sizeof(UniChar));
146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
210 UniChar *uc = (UniChar *)malloc(strLen * sizeof(UniChar));
212 UniChar *outp = uc;

Completed in 351 milliseconds

12345