Home
last modified time | relevance | path

Searched defs:script (Results 151 - 175 of 307) sorted by relevance

12345678910>>...13

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java1172 checkHasBuckets(Locale locale, int script) checkHasBuckets() argument
[all...]
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h571 UScriptCode script; member
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp90 LocaleBuilder& LocaleBuilder::setScript(StringPiece script) in setScript() argument
H A Dloclikelysubtags.cpp340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument
384 maximize(const char *language, const char *script, const char *region) const maximize() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapper.java175 private final Optional<String> script; field in LocaleDistanceMapper.LsrSpec
179 private LsrSpec(String language, Optional<String> script, Optional<String> regionVariable) { in LsrSpec() argument
[all...]
H A DLikelySubtagsBuilder.java316 set(Map<String, Map<String, Map<String, LSR>>> langTable, String language, String script, String region, LSR lsr) set() argument
340 lsr(String language, String script, String region) lsr() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java185 static LocaleId of(String language, String script, String region) { in of() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp717 int32_t script=props.getIntProp(UCHAR_SCRIPT); setProps() local
745 int32_t script=props.getIntProp(UCHAR_SCRIPT); setProps() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java1175 checkHasBuckets(Locale locale, int script) checkHasBuckets() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp728 int32_t script = u_getPropertyValueEnum(UCHAR_SCRIPT, word); in getReorderCode() local
/third_party/libunwind/libunwind/src/ia64/
H A DGscript.c66 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) in cache_match() argument
130 struct ia64_script *script = cache->buckets + c->hint; in script_lookup() local
161 script_init(struct ia64_script *script, unw_word_t ip) script_init() argument
172 struct ia64_script *script, *prev, *tmp; script_new() local
219 script_finalize(struct ia64_script *script, struct cursor *c, struct ia64_state_record *sr) script_finalize() argument
228 script_emit(struct ia64_script *script, struct ia64_script_insn insn) script_emit() argument
240 compile_reg(struct ia64_state_record *sr, int i, struct ia64_reg_info *r, struct ia64_script *script) compile_reg() argument
414 build_script(struct cursor *c, struct ia64_script *script) build_script() argument
493 run_script(struct ia64_script *script, struct cursor *c) run_script() argument
598 struct ia64_script script; uncached_find_save_locs() local
619 struct ia64_script *script = NULL; ia64_find_save_locs() local
696 struct ia64_script *script; ia64_cache_proc_info() local
728 struct ia64_script *script; ia64_get_cached_proc_info() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp90 LocaleBuilder& LocaleBuilder::setScript(StringPiece script) in setScript() argument
H A Dloclikely.cpp102 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, icu::ByteSink& sink, UErrorCode* err) createTagStringWithAlternates() argument
320 parseTagString( const char* localeID, char* lang, int32_t* langLength, char* script, int32_t* scriptLength, char* region, int32_t* regionLength, UErrorCode* err) parseTagString() argument
437 char script[ULOC_SCRIPT_CAPACITY]; _uloc_addLikelySubtags() local
541 char script[ULOC_SCRIPT_CAPACITY]; _uloc_minimizeSubtags() local
731 char script[8]; uloc_isRightToLeft() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationruleparser.cpp733 int32_t script = u_getPropertyValueEnum(UCHAR_SCRIPT, word); in getReorderCode() local
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp434 UScriptCode getCharScript(UScriptCode script) { in getCharScript() argument
H A Dalphaindextst.cpp743 void AlphabeticIndexTest::checkHasBuckets(const Locale &locale, UScriptCode script) { in checkHasBuckets() argument
/third_party/icu/icu4c/source/test/letest/
H A Dgendata.cpp194 char *script = getCString(testCase->getAttribute(script_attr)); in main() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-callbacks.h72 Local<UnboundScript> script; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h74 Local<UnboundScript> script; member
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc120 void Report(Handle<Script> script, int position, base::Vector<const char> text, in Report() argument
134 void ReportCompilationSuccess(Handle<Script> script, int position, in ReportCompilationSuccess() argument
155 void ReportInstantiationSuccess(Handle<Script> script, int position, in ReportInstantiationSuccess() argument
167 void ReportInstantiationFailure(Handle<Script> script, int position, in ReportInstantiationFailure() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc891 Handle<Script> script = factory->NewScript(factory->empty_string()); in CreateInitialObjects() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc42 Handle<Script> script = Utils::OpenHandle(*wasm_script); in GetFirstWasmInstance() local
107 Handle<Script> script; in GetCallStack() local
358 Handle<Script> script in AddBreakpoint() local
367 Handle<Script> script = Utils::OpenHandle(*wasm_script); RemoveBreakpoint() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc174 InterpreterCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) InterpreterCompilationJob() argument
214 CheckAndPrintBytecodeMismatch( IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) CheckAndPrintBytecodeMismatch() argument
307 NewCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) NewCompilationJob() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.cc432 Handle<Script> script; in EnsureStackFrameInfos() local
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc123 Handle<Script> script = handle(Script::cast(shared->script()), isolate_); in CodeCreateEvent() local
[all...]

Completed in 24 milliseconds

12345678910>>...13