Home
last modified time | relevance | path

Searched refs:iso (Results 1 - 24 of 24) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c125 int iso) in call_proc()
135 if (iso) in call_proc()
198 const char *arg, int iso) in process_opt()
201 if (call_proc(ctx, arg, opt->value, iso) == -1) in process_opt()
220 const char *arg, int iso) in process_opt_sep_arg()
236 res = process_opt(ctx, opt, sep, newarg, iso); in process_opt_sep_arg()
242 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt() argument
250 res = process_opt_sep_arg(ctx, opt, sep, arg, iso); in process_gopt()
252 res = process_opt(ctx, opt, sep, arg, iso); in process_gopt()
258 return call_proc(ctx, arg, FUSE_OPT_KEY_OPT, iso); in process_gopt()
124 call_proc(struct fuse_opt_context *ctx, const char *arg, int key, int iso) call_proc() argument
196 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) process_opt() argument
218 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) process_opt_sep_arg() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse_opt.c155 int iso) in call_proc()
165 if (iso) in call_proc()
230 const char *arg, int iso) in process_opt()
233 if (call_proc(ctx, arg, opt->value, iso) == -1) in process_opt()
252 const char *arg, int iso) in process_opt_sep_arg()
268 res = process_opt(ctx, opt, sep, newarg, iso); in process_opt_sep_arg()
274 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt() argument
283 iso); in process_gopt()
285 res = process_opt(ctx, opt, sep, arg, iso); in process_gopt()
291 return call_proc(ctx, arg, FUSE_OPT_KEY_OPT, iso); in process_gopt()
154 call_proc(struct fuse_opt_context *ctx, const char *arg, int key, int iso) call_proc() argument
228 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) process_opt() argument
250 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) process_opt_sep_arg() argument
[all...]
/third_party/ltp/testcases/kernel/fs/iso9660/
H A Disofs.sh69 "-allow-lowercase -allow-multidot -iso-level 3 -f -l -D -J -allow-leading-dots -R"
71 rm -f isofs.iso
72 EXPECT_PASS $MKISOFS_CMD -o isofs.iso -quiet $mkisofs_opt $make_file_sys_dir 2\> /dev/null \
87 EXPECT_PASS mount -t iso9660 -o $mount_opt isofs.iso $mnt_point \
/third_party/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk103 iso-8859_10-1998.ucm\
104 iso-8859_11-2001.ucm\
105 iso-8859_14-1998.ucm\
116 iso-ir-165.ucm cns-11643-1992.ucm\
/third_party/skia/third_party/externals/icu/source/data/mappings/
H A Ducmfiles.mk103 iso-8859_10-1998.ucm\
104 iso-8859_11-2001.ucm\
105 iso-8859_14-1998.ucm\
116 iso-ir-165.ucm cns-11643-1992.ucm\
/third_party/python/Tools/unicode/
H A DMakefile18 codecs: misc windows iso apple ebcdic custom-mappings cjk
46 iso: build/
47 $(PYTHON) gencodec.py MAPPINGS/ISO8859/ build/ iso
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp375 UChar iso[ISO_CURRENCY_CODE_LENGTH+1]; member
387 u_memcpy(iso, _iso, ISO_CURRENCY_CODE_LENGTH); in CReg()
388 iso[ISO_CURRENCY_CODE_LENGTH] = 0; in CReg()
439 result = p->iso; in get()
924 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
1003 char* iso = NULL; // currency ISO code in collectCurrencyNames() local
1025 iso = (char*)ures_getKey(names); in collectCurrencyNames()
1027 uhash_put(currencyIsoCodes, iso, iso, &ec3); in collectCurrencyNames()
1029 if (uhash_get(currencyIsoCodes, iso) ! in collectCurrencyNames()
1633 uprv_getStaticCurrencyName(const UChar* iso, const char* loc, icu::UnicodeString& result, UErrorCode& ec) uprv_getStaticCurrencyName() argument
[all...]
H A Ducurrimp.h29 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp378 char16_t iso[ISO_CURRENCY_CODE_LENGTH+1]; member
390 u_memcpy(iso, _iso, ISO_CURRENCY_CODE_LENGTH); in CReg()
391 iso[ISO_CURRENCY_CODE_LENGTH] = 0; in CReg()
442 result = p->iso; in get()
947 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
1029 char* iso = nullptr; // currency ISO code in collectCurrencyNames() local
1051 iso = (char*)ures_getKey(names); in collectCurrencyNames()
1053 uhash_put(currencyIsoCodes, iso, iso, &ec3); in collectCurrencyNames()
1055 if (uhash_get(currencyIsoCodes, iso) ! in collectCurrencyNames()
1659 uprv_getStaticCurrencyName(const char16_t* iso, const char* loc, icu::UnicodeString& result, UErrorCode& ec) uprv_getStaticCurrencyName() argument
[all...]
H A Ducurrimp.h29 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp375 UChar iso[ISO_CURRENCY_CODE_LENGTH+1]; member
387 u_memcpy(iso, _iso, ISO_CURRENCY_CODE_LENGTH); in CReg()
388 iso[ISO_CURRENCY_CODE_LENGTH] = 0; in CReg()
439 result = p->iso; in get()
901 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
980 char* iso = NULL; // currency ISO code in collectCurrencyNames() local
1002 iso = (char*)ures_getKey(names); in collectCurrencyNames()
1004 uhash_put(currencyIsoCodes, iso, iso, &ec3); in collectCurrencyNames()
1006 if (uhash_get(currencyIsoCodes, iso) ! in collectCurrencyNames()
1610 uprv_getStaticCurrencyName(const UChar* iso, const char* loc, icu::UnicodeString& result, UErrorCode& ec) uprv_getStaticCurrencyName() argument
[all...]
H A Ducurrimp.h29 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp485 const UChar *iso(void) const;
500 ArgExtractor::iso(void) const { in iso() function in ArgExtractor
567 const UChar *iso = arg.iso(); in format() local
569 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
573 cloneFmt->setCurrency(iso, status); in format()
622 const UChar *iso = arg.iso(); in format() local
624 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
628 cloneFmt->setCurrency(iso, statu in format()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp485 const char16_t *iso() const;
500 ArgExtractor::iso() const { in iso() function in ArgExtractor
567 const char16_t *iso = arg.iso(); in format() local
569 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
573 cloneFmt->setCurrency(iso, status); in format()
622 const char16_t *iso = arg.iso(); in format() local
624 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
628 cloneFmt->setCurrency(iso, statu in format()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumfmt.cpp485 const UChar *iso(void) const;
500 ArgExtractor::iso(void) const { in iso() function in ArgExtractor
567 const UChar *iso = arg.iso(); in format() local
569 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
573 cloneFmt->setCurrency(iso, status); in format()
622 const UChar *iso = arg.iso(); in format() local
624 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
628 cloneFmt->setCurrency(iso, statu in format()
[all...]
/third_party/node/deps/v8/tools/
H A Dwindbg.js579 let iso = cast(isolate_address, "v8::internal::Isolate");
580 let h = iso.heap_;
617 let iso = cast(isolate_address, "v8::internal::Isolate");
618 let h = iso.heap_;
688 let iso = cast(isolate_address, "v8::internal::Isolate");
689 let hsd = iso.handle_scope_data_;
690 let hsimpl = iso.handle_scope_implementer_;
799 let iso = cast(isolate_address, "v8::internal::Isolate");
800 let h = iso.heap_;
/third_party/skia/third_party/externals/piex/src/
H A Dpiex_types.h96 std::uint32_t iso = 0; member
H A Dpiex.cc606 preview_image_data->iso = preview_data.iso; in Rw2GetPreviewData()
H A Dtiff_parser.cc205 success &= tiff_directory.Get(kExifTagIsoSpeed, &preview_image_data->iso); in FillPreviewImageData()
207 success &= tiff_directory.Get(kPanaTagIso, &preview_image_data->iso); in FillPreviewImageData()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dmdate-sh81 TIME_STYLE=posix-long-iso
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h286 {"iso", KEY_ISO}, in keyboard_lookup_key()
/third_party/skia/src/sfnt/
H A DSkOTTable_name.h112 } iso;
/third_party/python/Lib/test/
H A Ddatetimetester.py4830 iso = d.isoformat()
4831 self.assertEqual(iso, datestr + 'T' + tailstr)
4832 self.assertEqual(iso, d.isoformat('T'))
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 39 milliseconds