/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormat.java | 97 * Starting from ICU 4.2, you can use getInstance() by passing in a 'style' 182 * {@icu} Constant to specify normal number style of format. 187 * {@icu} Constant to specify general currency style of format. Defaults to 189 * non-accounting style for negative values (e.g. minus sign). 190 * The specific style may be specified using the -cf- locale key. 195 * {@icu} Constant to specify a style of format to display percent. 200 * {@icu} Constant to specify a style of format to display scientific number. 205 * {@icu} Constant to specify a integer number style format. 210 * {@icu} Constant to specify currency style of format which uses currency 216 * {@icu} Constant to specify currency style o 642 getInstance(int style) getInstance() argument 655 getInstance(Locale inLocale, int style) getInstance() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | CompactDecimalFormatTest.java | 517 public void checkLocale(ULocale locale, CompactStyle style, Object[][] testData) { in checkLocale() argument 518 CompactDecimalFormat cdf = getCDFInstance(locale, style); in checkLocale() 539 private static CompactDecimalFormat getCDFInstance(ULocale locale, CompactStyle style) { in getCDFInstance() argument 540 CompactDecimalFormat result = CompactDecimalFormat.getInstance(locale, style); in getCDFInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormat.java | 98 * Starting from ICU 4.2, you can use getInstance() by passing in a 'style' 182 * <strong>[icu]</strong> Constant to specify normal number style of format. 186 * <strong>[icu]</strong> Constant to specify general currency style of format. Defaults to 188 * non-accounting style for negative values (e.g. minus sign). 189 * The specific style may be specified using the -cf- locale key. 193 * <strong>[icu]</strong> Constant to specify a style of format to display percent. 197 * <strong>[icu]</strong> Constant to specify a style of format to display scientific number. 201 * <strong>[icu]</strong> Constant to specify a integer number style format. 205 * <strong>[icu]</strong> Constant to specify currency style of format which uses currency 210 * <strong>[icu]</strong> Constant to specify currency style o 603 getInstance(int style) getInstance() argument 615 getInstance(Locale inLocale, int style) getInstance() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 129 DWORD style = WS_POPUP | WS_VISIBLE; in gdigrab_region_wnd_init() local 135 AdjustWindowRectEx(&rect, style, FALSE, ex); in gdigrab_region_wnd_init() 139 hwnd = CreateWindowEx(ex, WC_DIALOG, NULL, style, rect.left, rect.top, in gdigrab_region_wnd_init()
|
/third_party/skia/tests/ |
H A D | FontMgrTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 185 void getStyle(int index, SkFontStyle* style, SkString*) override { in DEF_TEST() 186 if (style) { in DEF_TEST() 187 *style = fStyles[index]; in DEF_TEST()
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | Makefile | 65 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | Makefile | 22 --hash-style=sysv --build-id=sha1 \
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
H A D | Makefile | 26 ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
H A D | Makefile | 28 -Wl,-soname=linux-vdso32.so.1 -Wl,--hash-style=both
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | Makefile | 16 -Wl,-soname=linux-vdso.so.1 -Wl,--hash-style=sysv
|
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/ |
H A D | Makefile | 28 --hash-style=both --build-id=sha1 -T
|
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
H A D | Makefile | 51 --build-id=sha1 --hash-style=both --eh-frame-hdr
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
H A D | Makefile | 24 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
|
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/ |
H A D | Makefile | 37 -Wl,--build-id=sha1 -Wl,--hash-style=both
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | Makefile | 20 --hash-style=sysv --build-id=sha1 \
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | Makefile | 13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/ |
H A D | Makefile | 30 --hash-style=both --build-id=sha1 -T
|
/kernel/linux/linux-6.6/arch/riscv/kernel/vdso/ |
H A D | Makefile | 54 --build-id=sha1 --hash-style=both --eh-frame-hdr
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/ |
H A D | Makefile | 26 --hash-style=both --build-id=sha1 -melf_s390 -T
|
/kernel/linux/linux-6.6/arch/riscv/kernel/compat_vdso/ |
H A D | Makefile | 50 --build-id=sha1 --hash-style=both --eh-frame-hdr
|
/kernel/linux/linux-6.6/arch/x86/um/vdso/ |
H A D | Makefile | 68 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | Makefile | 65 CFLAGS += -Wold-style-definition
|
/third_party/cJSON/tests/unity/examples/example_1/ |
H A D | makefile | 43 CFLAGS += -Wold-style-definition
|
/third_party/cJSON/tests/unity/test/ |
H A D | Makefile | 12 CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.h | 84 int style; member
|