Searched refs:source (Results 226 - 250 of 1806) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dnormlzr.h205 * @param source the input string to be normalized.
212 static void U_EXPORT2 normalize(const UnicodeString& source,
225 * @param source the string to be composed.
234 static void U_EXPORT2 compose(const UnicodeString& source,
247 * @param source the string to be decomposed.
256 static void U_EXPORT2 decompose(const UnicodeString& source,
273 * @param source string for determining if it is in a normalized format
282 quickCheck(const UnicodeString &source, UNormalizationMode mode, UErrorCode &status);
288 * @param source string for determining if it is in a normalized format
298 quickCheck(const UnicodeString &source, UNormalizationMod
769 quickCheck(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) argument
776 isNormalized(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccurrtst.c102 UChar source[2], target[2]; local
124 u_strcpy(source, currency[i]);
140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtscoll.cpp92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
103 uiter_setString(&sIter, source, sLen);
126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
132 Collator::EComparisonResult compareResult = col->compare(source, target);
135 col->getCollationKey(source, srckey, status);
142 reportCResult(source, target, srckey, tgtkey, compareResult, keyResult, result, result);
146 int32_t sLen = source.length(), tLen = target.length();
147 const UChar* src = source.getBuffer();
157 errln("Different result for iterative comparison "+source+" "+target);
172 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,
239 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) argument
244 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
268 reportCResult( const UnicodeString &source, const UnicodeString &target, CollationKey &sourceKey, CollationKey &targetKey, Collator::EComparisonResult compareResult, Collator::EComparisonResult keyResult, Collator::EComparisonResult incResult, Collator::EComparisonResult expectedResult ) argument
365 prettify(const CollationKey &source, UnicodeString &target) argument
[all...]
H A Dtranstst.h375 const UnicodeString& source,
379 const UnicodeString& source,
385 const UnicodeString& source,
390 const UnicodeString& source,
395 const UnicodeString& source,
400 const UnicodeString& source,
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCodeCache.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
78 UnlinkedCodeBlockType* CodeCache::getGlobalCodeBlock(VM& vm, ExecutableType* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
80 SourceCodeKey key = SourceCodeKey(source, String(), CacheTypes<UnlinkedCodeBlockType>::codeType, strictness);
85 unsigned firstLine = source.firstLine() + unlinkedCodeBlock->firstLine();
87 unsigned startColumn = unlinkedCodeBlock->startColumn() + source.startColumn();
95 RefPtr<RootNode> rootNode = parse<RootNode>(&vm, source, 0, Identifier(), strictness, JSParseProgramCode, error);
108 unlinkedCodeBlock->recordParse(rootNode->features(), rootNode->hasCapturedVariables(), rootNode->lineNo() - source.firstLine(), lineCount, unlinkedEndColumn);
127 UnlinkedProgramCodeBlock* CodeCache::getProgramCodeBlock(VM& vm, ProgramExecutable* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
129 return getGlobalCodeBlock<UnlinkedProgramCodeBlock>(vm, executable, source, strictnes
132 getEvalCodeBlock(VM& vm, EvalExecutable* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
137 getFunctionExecutableFromGlobalCode(VM& vm, const Identifier& name, const SourceCode& source, ParserError& error) argument
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmemdebug.h42 CURL_EXTERN void *curl_domalloc(size_t size, int line, const char *source);
44 const char *source);
46 const char *source);
47 CURL_EXTERN void curl_dofree(void *ptr, int line, const char *source);
48 CURL_EXTERN char *curl_dostrdup(const char *str, int line, const char *source);
51 const char *source);
60 int line , const char *source);
62 int line , const char *source);
64 int line , const char *source);
66 int line, const char *source);
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_
[all...]
/macosx-10.10/ICU-531.30/icuSources/allinone/
H A Dicucheck.bat37 set ICUINFO_CMD=%ICU_ICUDIR%\source\tools\icuinfo\%ICU_ARCH%\%ICU_DBRL%\icuinfo.exe
38 set INTLTEST_CMD=%ICU_ICUDIR%\source\test\intltest\%ICU_ARCH%\%ICU_DBRL%\intltest.exe
39 set IOTEST_CMD=%ICU_ICUDIR%\source\test\iotest\%ICU_ARCH%\%ICU_DBRL%\iotest.exe
40 set CINTLTST_CMD=%ICU_ICUDIR%\source\test\cintltst\%ICU_ARCH%\%ICU_DBRL%\cintltst.exe
41 set LETEST_CMD=%ICU_ICUDIR%\source\test\letest\%ICU_ARCH%\%ICU_DBRL%\letest.exe
61 @cd %ICU_ICUDIR%\source\test\intltest
72 @cd %ICU_ICUDIR%\source\test\iotest
83 @cd %ICU_ICUDIR%\source\test\cintltst
94 @cd %ICU_ICUDIR%\source\test\letest
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_u32.c48 const unsigned char *mySource = (unsigned char *) args->source;
120 args->source = (const char *) mySource;
127 const unsigned char *mySource = (unsigned char *) args->source;
206 args->source = (const char *) mySource;
214 const UChar *mySource = args->source;
268 /* ran out of source */
308 args->source = mySource;
315 const UChar *mySource = args->source;
372 /* ran out of source */
414 args->source
1048 const char *source=pArgs->source; local
[all...]
H A Ducnv_u7.c209 const uint8_t *source, *sourceLimit; local
232 source=(const uint8_t *)pArgs->source;
262 length=(int32_t)(sourceLimit-source);
268 b=*source++;
292 if(source<sourceLimit && target>=targetLimit) {
304 * base64 bytes, while nextSourceIndex is precisely parallel to source,
308 while(source<sourceLimit) {
310 bytes[byteIndex++]=b=*source++;
331 --source;
460 const UChar *source, *sourceLimit; local
891 const uint8_t *source, *sourceLimit; local
1159 const UChar *source, *sourceLimit; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtztrans.cpp29 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source) argument
30 : UObject(), fTime(source.fTime), fFrom(NULL), fTo(NULL) {
31 if (source.fFrom != NULL) {
32 fFrom = source.fFrom->clone();
35 if (source.fTo != NULL) {
36 fTo = source.fTo->clone();
H A Dcurrfmt.cpp49 void CurrencyFormat::parseObject(const UnicodeString& source, argument
53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSStringRef.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
103 const LChar* source = string->characters8(); local
104 result = convertLatin1ToUTF8(&source, source + string->length(), &destination, destination + bufferSize - 1);
106 const UChar* source = string->characters16(); local
107 result = convertUTF16ToUTF8(&source, source + string->length(), &destination, destination + bufferSize - 1, true);
H A DJSScriptRefPrivate.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
44 @param url The source url to be reported in errors and exceptions.
46 @param source The source string. This is required to be pure ASCII and to never be deallocated.
47 @param length The length of the source string.
48 @param errorMessage A pointer to a JSStringRef in which to store the parse error message if the source is not valid. Pass NULL if you do not care to store an error message.
50 @result A JSScriptRef for the provided source, or NULL if any non-ASCII character is found in source or if the source i
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.h4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
56 , m_endChar(m_provider->source().length())
65 , m_endChar(m_provider->source().length())
116 inline SourceCode makeSource(const String& source, const String& url = String(), const TextPosition& startPosition = TextPosition::minimumPosition()) argument
118 return SourceCode(StringSourceProvider::create(source, url, startPosition), startPosition.m_line.oneBasedInt(), startPosition.m_column.oneBasedInt());
123 ASSERT(provider()->source()[openBrace] == '{');
124 ASSERT(provider()->source()[closeBrace] == '}');
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dcfmunge.h105 bool cfscan(CFTypeRef source, const char *format, ...);
106 bool vcfscan(CFTypeRef source, const char *format, va_list args);
108 CFTypeRef cfget(CFTypeRef source, const char *format, ...);
109 CFTypeRef vcfget(CFTypeRef source, const char *format, va_list args);
112 CFType cfget(CFTypeRef source, const char *format, ...) argument
116 CFType result = CFType(vcfget(source, format, args));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfmunge.h105 bool cfscan(CFTypeRef source, const char *format, ...);
106 bool vcfscan(CFTypeRef source, const char *format, va_list args);
108 CFTypeRef cfget(CFTypeRef source, const char *format, ...);
109 CFTypeRef vcfget(CFTypeRef source, const char *format, va_list args);
112 CFType cfget(CFTypeRef source, const char *format, ...) argument
116 CFType result = CFType(vcfget(source, format, args));
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-19-item-copy-internet.c12 SecKeychainRef source, dest; local
13 ok_status(SecKeychainCreate("source", 4, "test", FALSE, NULL, &source),
14 "create source keychain");
18 ok_status(SecKeychainAddInternetPassword(source,
89 is(CFGetRetainCount(source), 1, "source retaincount is 1");
90 ok_status(SecKeychainDelete(source), "delete keychain source");
91 CFRelease(source);
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextEncoding.cpp6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
81 const UChar* source = upconvertedCharacters; local
87 if (unorm_quickCheck(source, sourceLength, UNORM_NFC, &err) != UNORM_YES) {
90 int32_t normalizedLength = unorm_normalize(source, sourceLength, UNORM_NFC, 0, normalizedCharacters.data(), sourceLength, &err);
94 normalizedLength = unorm_normalize(source, sourceLength, UNORM_NFC, 0, normalizedCharacters.data(), normalizedLength, &err);
98 source = normalizedCharacters.data();
102 return newTextCodec(*this)->encode(source, sourceLength, handling);
/macosx-10.10/vim-55/src/proto/
H A Dregexp.pro13 char_u *regtilde __ARGS((char_u *source, int magic));
14 int vim_regsub __ARGS((regmatch_T *rmp, char_u *source, char_u *dest, int copy, int magic, int backslash));
15 int vim_regsub_multi __ARGS((regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int magic, int backslash));
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Drename_c.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
40 krb5_principal source,
58 krb5_store_principal(sp, source);
39 kadm5_c_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DCodeProfiling.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
50 CodeProfiling(const SourceCode& source) argument
54 begin(source);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp179 void CssmOwnedData::set(CssmManagedData &source) argument
181 if (source.length() == 0) { // source is empty
183 } else if (allocator == source.allocator) { // compatible allocators
184 if (referent.data() == source.data()) { // same data *and* we own it?!
185 assert(this == &source); // this better *be* me!
188 referent = source.release(); // take over source's data
191 copy(source); // make a copy with our allocator
192 source
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp179 void CssmOwnedData::set(CssmManagedData &source) argument
181 if (source.length() == 0) { // source is empty
183 } else if (allocator == source.allocator) { // compatible allocators
184 if (referent.data() == source.data()) { // same data *and* we own it?!
185 assert(this == &source); // this better *be* me!
188 referent = source.release(); // take over source's data
191 copy(source); // make a copy with our allocator
192 source
[all...]

Completed in 150 milliseconds

1234567891011>>