Home
last modified time | relevance | path

Searched defs:source (Results 1151 - 1175 of 2641) sorted by relevance

1...<<41424344454647484950>>...106

/third_party/node/deps/icu-small/source/i18n/
H A Dbasictz.cpp31 BasicTimeZone::BasicTimeZone(const BasicTimeZone& source) in BasicTimeZone() argument
H A Dunits_data.cpp382 const ConversionRateInfo *ConversionRates::extractConversionInfo(StringPiece source, in extractConversionInfo() argument
H A Dtridpars.cpp548 IDtoSTV(const UnicodeString& id, UnicodeString& source, UnicodeString& target, UnicodeString& variant, UBool& isSourcePresent) IDtoSTV() argument
596 STVtoID(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, UnicodeString& id) STVtoID() argument
705 UnicodeString source; parseFilterID() local
[all...]
H A Ddatefmt.cpp377 DateFormat::parseObject(const UnicodeString& source, in parseObject() argument
H A Ddcfmtsym.cpp144 DecimalFormatSymbols::DecimalFormatSymbols(const DecimalFormatSymbols &source) in DecimalFormatSymbols() argument
H A Dumsg.cpp146 u_parseMessage( const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument
166 u_vparseMessage(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument
182 u_parseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument
203 u_vparseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument
485 umsg_parse( const UMessageFormat *fmt, const char16_t *source, int32_t sourceLength, int32_t *count, UErrorCode *status, ...) umsg_parse() argument
507 umsg_vparse(const UMessageFormat *fmt, const char16_t *source, int32_t sourceLength, int32_t *count, va_list ap, UErrorCode *status) umsg_vparse() argument
[all...]
H A Dfmtable.cpp211 Formattable::Formattable(const Formattable &source) in Formattable() argument
222 Formattable::operator=(const Formattable& source) in operator =() argument
[all...]
H A Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const char16_t *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
207 strrch(const char* source,uint32_t sourceLen,char find) strrch() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp166 const char* source=nullptr; in ucbuf_fillucbuf() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h329 void run_shader(const char *source, in run_shader() argument
/third_party/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp209 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, in convsample_02() local
302 const char *source; in convsample_05() local
402 const char *source; in convsample_06() local
535 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; convsample_12() local
575 const char *source, *sourceLimit; convsample_13() local
621 convsample_20_didSubstitute(const char *source) convsample_20_didSubstitute() argument
715 convsample_21_didSubstitute(const char *source) convsample_21_didSubstitute() argument
881 const char *source; convsample_40() local
985 const UChar *source; convsample_46() local
1089 const char *source = input; convsample_50() local
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
207 strrch(const char* source,uint32_t sourceLen,char find) strrch() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java390 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush){ in encodeLoop() argument
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in fastSingle() argument
469 getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrail() argument
488 regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) regularLoop() argument
794 decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) decodeLoop() argument
844 fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets) fastSingle() argument
883 getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets) getTrail() argument
919 afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets) afterGetTrail() argument
1037 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument
[all...]
H A DCharsetEncoderICU.java287 abstract CoderResult encodeLoop(CharBuffer source, ByteBuffer target, in encodeLoop() argument
299 final CoderResult encode(CharBuffer source, ByteBuffer target, in encode() argument
390 fromUnicodeWithCallback(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) fromUnicodeWithCallback() argument
759 setSourcePosition(CharBuffer source) setSourcePosition() argument
776 cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteSub() argument
797 cbFromUWriteUChars(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteUChars() argument
867 handleSurrogates(CharBuffer source, char lead) handleSurrogates() argument
[all...]
H A DCharsetCompoundText.java200 private static int findNextEsc(ByteBuffer source) { in findNextEsc() argument
242 private static byte findStateFromEscSeq(ByteBuffer source, byte[] toUBytes, int toUBytesLength) { in findStateFromEscSeq() argument
344 protected CoderResult encodeLoop(CharBuffer source, ByteBuffe argument
513 decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) decodeLoop() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp166 const char* source=NULL; in ucbuf_fillucbuf() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.cc16 InstructionOperand source; member
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc30 GetFunctionInfo(Isolate* isolate, Handle<String> source, REPLMode repl_mode) GetFunctionInfo() argument
42 Global(Isolate* isolate, Handle<String> source, debug::EvaluateGlobalMode mode, REPLMode repl_mode) Global() argument
88 Local(Isolate* isolate, StackFrameId frame_id, int inlined_jsframe_index, Handle<String> source, bool throw_on_side_effect) Local() argument
133 WithTopmostArguments(Isolate* isolate, Handle<String> source) WithTopmostArguments() argument
179 Evaluate( Isolate* isolate, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<Object> receiver, Handle<String> source, bool throw_on_side_effect) Evaluate() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc302 void Instruction::SetImmLLiteral(Instruction* source) { in SetImmLLiteral() argument
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h85 bool Scavenger::MigrateObject(Map map, HeapObject source, HeapObject target, in MigrateObject() argument
358 EvacuateObject(THeapObjectSlot slot, Map map, HeapObject source) EvacuateObject() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc61 bool IsLiveAtTarget(ValueNode* node, ControlNode* source, BasicBlock* target) { in IsLiveAtTarget() argument
564 AddMoveBeforeCurrentNode( compiler::AllocatedOperand source, compiler::AllocatedOperand target) AddMoveBeforeCurrentNode() argument
786 InitializeBranchTargetRegisterValues( ControlNode* source, BasicBlock* target) InitializeBranchTargetRegisterValues() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.cc145 StringSharedKey(Handle<String> source, Handle<SharedFunctionInfo> shared, in StringSharedKey() argument
155 StringSharedKey(Handle<String> source, LanguageMode language_mode) in StringSharedKey() argument
[all...]
H A Djs-regexp.cc263 int CountAdditionalEscapeChars(Handle<String> source, bool* needs_escapes_out) { in CountAdditionalEscapeChars() argument
317 Handle<StringType> WriteEscapedRegExpSource(Handle<String> source, in WriteEscapedRegExpSource() argument
237 Initialize(Handle<JSRegExp> regexp, Handle<String> source, Handle<String> flags_string) Initialize() argument
370 EscapeRegExpSource(Isolate* isolate, Handle<String> source) EscapeRegExpSource() argument
399 Initialize(Handle<JSRegExp> regexp, Handle<String> source, Flags flags, uint32_t backtrack_limit) Initialize() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc283 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument

Completed in 27 milliseconds

1...<<41424344454647484950>>...106