Searched defs:source (Results 201 - 225 of 697) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_u16.c51 const UChar *source; local
255 const uint8_t *source; local
650 const UChar *source; local
854 const uint8_t *source; local
1326 const char *source=pArgs->source; local
[all...]
H A Ducnv_u32.c1048 const char *source=pArgs->source; local
[all...]
H A Ducnv_u7.c209 const uint8_t *source, *sourceLimit; local
460 const UChar *source, *sourceLimit; local
891 const uint8_t *source, *sourceLimit; local
1159 const UChar *source, *sourceLimit; local
[all...]
H A Ducnvlat1.c34 const uint8_t *source; local
120 const uint8_t *source=(const uint8_t *)pArgs->source; local
136 const UChar *source, *sourceLimit; local
324 const uint8_t *source, *sourceLimit; local
473 const uint8_t *source, *sourceLimit; local
582 const uint8_t *source; local
610 const uint8_t *source, *sourceLimit; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Danytrans.cpp359 UnicodeString source; local
[all...]
H A Dcoleitr.cpp270 void CollationElementIterator::setText(const UnicodeString& source, argument
297 void CollationElementIterator::setText(CharacterIterator& source, argument
327 CollationElementIterator( const UnicodeString &source, const RuleBasedCollator *coll, UErrorCode &status) argument
339 CollationElementIterator( const CharacterIterator &source, const RuleBasedCollator *coll, UErrorCode &status) argument
[all...]
H A Ddcfmtsym.cpp105 DecimalFormatSymbols::DecimalFormatSymbols(const DecimalFormatSymbols &source) argument
H A Djapancal.cpp303 JapaneseCalendar::JapaneseCalendar(const JapaneseCalendar& source) argument
H A Drbt_set.cpp90 UnicodeString& _escape(const UnicodeString &source, argument
/macosx-10.10.1/ICU-531.30/icuSources/samples/strsrch/
H A Dstrsrch.cpp62 UChar source[100]; variable
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dspreptst.c472 const char* source = "OWNER@oss.software.ibm.com"; local
501 const char *source = "\\uC138\\uACC4\\uC758\\uBAA8\\uB4E0\\uC0AC\\uB78C\\uB4E4\\uC774\\u0644\\u064A\\u0647\\uD55C\\uAD6D\\uC5B4\\uB97C\\uC774\\uD574\\uD55C\\uB2E4\\uBA74"; local
524 const char *source = "www.\\u00E0\\u00B3\\u00AF.com"; local
547 const char *source local
570 const char *source = "THISISATEST"; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcanittst.cpp314 UnicodeString source = can.getSource(); local
H A Dcpdtrtst.cpp407 expect(const CompoundTransliterator& t, const UnicodeString& source, const UnicodeString& expectedResult) argument
H A Didnaconf.cpp60 char * source = NULL; local
H A Ditercoll.cpp52 UnicodeString source; local
94 UnicodeString source; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/convperf/
H A Dconvperf.h33 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){ argument
79 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){ argument
280 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
336 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){ argument
392 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status) argument
446 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { argument
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_gencmn.c116 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, argument
203 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) argument
508 pathToFullPath(const char *path, const char *source) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOMIGMachPort.c51 CFRunLoopSourceRef source; member in struct:__IOMIGMachPort
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp52 static UnlinkedFunctionCodeBlock* generateFunctionCodeBlock(VM& vm, UnlinkedFunctionExecutable* executable, const SourceCode& source, CodeSpecializationKind kind, DebuggerMode debuggerMode, ProfilerMode profilerMode, UnlinkedFunctionKind functionKind, bool bodyIncludesBraces, ParserError& error) argument
85 UnlinkedFunctionExecutable::UnlinkedFunctionExecutable(VM* vm, Structure* structure, const SourceCode& source, FunctionBodyNode* node, UnlinkedFunctionKind kind) argument
126 link(VM& vm, const SourceCode& source, size_t lineOffset) argument
137 fromGlobalCode(const Identifier& name, ExecState* exec, Debugger*, const SourceCode& source, JSObject** exception) argument
155 codeBlockFor(VM& vm, const SourceCode& source, CodeSpecializationKind specializationKind, DebuggerMode debuggerMode, ProfilerMode profilerMode, bool bodyIncludesBraces, ParserError& error) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGArgumentsSimplificationPhase.cpp189 Node* source = node->child1().node(); local
362 Node* source = node->child1().node(); local
391 Node* source = node->child1().node(); local
724 isOKToOptimize(Node* source) argument
[all...]
H A DDFGIntegerCheckCombiningPhase.cpp322 Edge source; local
366 insertAdd( unsigned nodeIndex, NodeOrigin origin, Edge source, int32_t addend, Arith::Mode arithMode = Arith::CheckOverflow) argument
379 insertMustAdd( unsigned nodeIndex, NodeOrigin origin, Edge source, int32_t addend) argument
[all...]
H A DDFGNodeFlags.h98 static inline bool nodeMayOverflow(NodeFlags flags, RareCaseProfilingSource source) argument
115 static inline bool nodeMayNegZero(NodeFlags flags, RareCaseProfilingSource source) argument
132 static inline bool nodeCanSpeculateInt32(NodeFlags flags, RareCaseProfilingSource source) argument
143 static inline bool nodeCanSpeculateInt52(NodeFlags flags, RareCaseProfilingSource source) argument
[all...]
H A DDFGSlowPathGenerator.h425 AssigningSlowPathGenerator( JumpType from, SpeculativeJIT* jit, DestinationType destination[numberOfAssignments], SourceType source[numberOfAssignments]) argument
452 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source[numberOfAssignments], DestinationType destination[numberOfAssignments]) argument
462 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source, DestinationType destination) argument
H A DDFGTypeCheckHoistingPhase.cpp277 Node* source = node->child1().node(); local
378 Node* source = node->child1().node(); local
[all...]

Completed in 402 milliseconds

1234567891011>>