/aosp_15_r20/external/python/cpython2/Lib/ |
D | mimetypes.py | 64 def __init__(self, filenames=(), strict=True): argument 78 def add_type(self, type, ext, strict=True): argument 95 def guess_type(self, url, strict=True): argument 157 def guess_all_extensions(self, type, strict=True): argument 176 def guess_extension(self, type, strict=True): argument 194 def read(self, filename, strict=True): argument 205 def readfp(self, fp, strict=True): argument 228 def read_windows_registry(self, strict=True): argument 274 def guess_type(url, strict=True): argument 297 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_netdevice.c | 102 int tst_create_veth_pair(const char *file, const int lineno, int strict, in tst_create_veth_pair() 161 int tst_netdev_add_device(const char *file, const int lineno, int strict, in tst_netdev_add_device() 205 int tst_netdev_remove_device(const char *file, const int lineno, int strict, in tst_netdev_remove_device() 240 static int modify_address(const char *file, const int lineno, int strict, in modify_address() 290 int tst_netdev_add_address(const char *file, const int lineno, int strict, in tst_netdev_add_address() 299 int tst_netdev_add_address_inet(const char *file, const int lineno, int strict, in tst_netdev_add_address_inet() 307 int tst_netdev_remove_address(const char *file, const int lineno, int strict, in tst_netdev_remove_address() 316 int strict, const char *ifname, in_addr_t address) in tst_netdev_remove_address_inet() 322 static int change_ns(const char *file, const int lineno, int strict, in change_ns() 363 int tst_netdev_change_ns_fd(const char *file, const int lineno, int strict, in tst_netdev_change_ns_fd() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | mimetypes.py | 72 def __init__(self, filenames=(), strict=True): argument 86 def add_type(self, type, ext, strict=True): argument 103 def guess_type(self, url, strict=True): argument 164 def guess_all_extensions(self, type, strict=True): argument 183 def guess_extension(self, type, strict=True): argument 201 def read(self, filename, strict=True): argument 212 def readfp(self, fp, strict=True): argument 235 def read_windows_registry(self, strict=True): argument 287 def guess_type(url, strict=True): argument 310 def guess_all_extensions(type, strict=True): argument [all …]
|
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/ |
H A D | functional_autograd_benchmark.py | 26 def hessian_fwdrev(model, inp, strict=None): argument 35 def hessian_revrev(model, inp, strict=None): argument 38 def jacfwd(model, inp, strict=None): argument 43 def jacrev(model, inp, strict=None): argument 60 def vjp(model, inp, v=None, strict=None): argument 66 def jvp(model, inp, v=None, strict=None): argument 71 def vhp(model, inp, v=None, strict=None): argument 78 def hvp(model, inp, v=None, strict=None): argument 87 def jacfwd(model, inp, v=None, strict=None): argument 92 def jacrev(model, inp, v=None, strict=None): argument [all …]
|
/aosp_15_r20/external/pytorch/torch/autograd/ |
H A D | functional.py | 125 def _check_requires_grad(inputs, input_type, strict): argument 206 def _fill_in_zeros(grads, refs, strict, create_graph, stage): argument 264 def vjp(func, inputs, v=None, create_graph=False, strict=False): argument 359 def jvp(func, inputs, v=None, create_graph=False, strict=False): argument 507 def _jacfwd(func, inputs, strict=False, vectorize=False): argument 579 strict=False, argument 836 strict=False, argument 970 def vhp(func, inputs, v=None, create_graph=False, strict=False): argument 1071 def hvp(func, inputs, v=None, create_graph=False, strict=False): argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
H A D | TCKIsoChronology.java | 442 …d test_resolve_ymd_lenient(int y, int m, int d, LocalDate expected, Object smart, boolean strict) { in test_resolve_ymd_lenient() 453 …oid test_resolve_ymd_smart(int y, int m, int d, LocalDate expected, Object smart, boolean strict) { in test_resolve_ymd_smart() 476 …id test_resolve_ymd_strict(int y, int m, int d, LocalDate expected, Object smart, boolean strict) { in test_resolve_ymd_strict() 526 …lic void test_resolve_yd_lenient(int y, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_yd_lenient() 536 …ublic void test_resolve_yd_smart(int y, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_yd_smart() 555 …blic void test_resolve_yd_strict(int y, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_yd_strict() 633 …solve_ymaa_lenient(int y, int m, int w, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_lenient() 645 …resolve_ymaa_smart(int y, int m, int w, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_smart() 666 …esolve_ymaa_strict(int y, int m, int w, int d, LocalDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_strict()
|
H A D | TCKThaiBuddhistChronology.java | 685 …resolve_ymd_lenient(int y, int m, int d, ThaiBuddhistDate expected, Object smart, boolean strict) { in test_resolve_ymd_lenient() 696 …t_resolve_ymd_smart(int y, int m, int d, ThaiBuddhistDate expected, Object smart, boolean strict) { in test_resolve_ymd_smart() 719 …_resolve_ymd_strict(int y, int m, int d, ThaiBuddhistDate expected, Object smart, boolean strict) { in test_resolve_ymd_strict() 769 …d test_resolve_yd_lenient(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_yd_lenient() 779 …oid test_resolve_yd_smart(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_yd_smart() 798 …id test_resolve_yd_strict(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_yd_strict() 876 …maa_lenient(int y, int m, int w, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_lenient() 888 …_ymaa_smart(int y, int m, int w, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_smart() 909 …ymaa_strict(int y, int m, int w, int d, ThaiBuddhistDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_strict()
|
H A D | TCKMinguoChronology.java | 709 … test_resolve_ymd_lenient(int y, int m, int d, MinguoDate expected, Object smart, boolean strict) { in test_resolve_ymd_lenient() 720 …id test_resolve_ymd_smart(int y, int m, int d, MinguoDate expected, Object smart, boolean strict) { in test_resolve_ymd_smart() 743 …d test_resolve_ymd_strict(int y, int m, int d, MinguoDate expected, Object smart, boolean strict) { in test_resolve_ymd_strict() 793 …ic void test_resolve_yd_lenient(int y, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_yd_lenient() 803 …blic void test_resolve_yd_smart(int y, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_yd_smart() 822 …lic void test_resolve_yd_strict(int y, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_yd_strict() 900 …olve_ymaa_lenient(int y, int m, int w, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_lenient() 912 …esolve_ymaa_smart(int y, int m, int w, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_smart() 933 …solve_ymaa_strict(int y, int m, int w, int d, MinguoDate expected, boolean smart, boolean strict) { in test_resolve_ymaa_strict()
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/ |
H A D | TestReducedParser.java | 273 Pair strict, Pair lenient) { in test_parseStrict() 288 Pair strict, Pair lenient) { in test_parseStrict_baseDate() 306 Pair strict, Pair lenient) { in test_parseLenient() 321 Pair strict, Pair lenient) { in test_parseLenient_baseDate() 367 …public void test_parseAdjacent(String pattern, String input, boolean strict, int pos, int parseLen… in test_parseAdjacent() 498 private static Pair strict(int parseLen, Integer parseVal) { in strict() method in TestReducedParser 508 private final boolean strict; field in TestReducedParser.Pair 509 public Pair(int parseLen, Integer parseVal, boolean strict) { in Pair()
|
/aosp_15_r20/external/python/parse_type/parse_type/ |
D | builder.py | 129 def make_choice(cls, choices, transform=None, strict=None): argument 158 def make_choice2(cls, choices, transform=None, strict=None): argument 184 def make_variant(cls, converters, re_opts=None, compiled=False, strict=True): argument 231 def __create_convert_variant(re_opts, strict): argument 244 def __create_convert_variant_compiled(converters, re_opts, strict): argument
|
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/ |
H A D | TurbineTypes.java | 329 private boolean isSubtype(Type a, Type b, boolean strict) { in isSubtype() 368 private boolean isTyVarSubtype(TyVar a, Type b, boolean strict) { in isTyVarSubtype() 376 private boolean isIntersectionSubtype(IntersectionTy a, Type b, boolean strict) { in isIntersectionSubtype() 387 private boolean isArraySubtype(ArrayTy a, Type b, boolean strict) { in isArraySubtype() 490 private boolean isClassSubtype(ClassTy a, Type other, boolean strict) { in isClassSubtype() 532 private boolean tyArgsContains(SimpleClassTy a, SimpleClassTy b, boolean strict) { in tyArgsContains() 707 private boolean contains(Type t1, Type t2, boolean strict) { in contains() 713 private boolean containedBy(Type t1, Type t2, boolean strict) { in containedBy()
|
/aosp_15_r20/external/icu/libicu/ndk_headers/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/unicode/ |
D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/external/icu/libandroidicu/include/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/ |
H A D | utf_old.h | 372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 511 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 605 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 673 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 748 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 793 #define UTF32_IS_SAFE(c, strict) \ argument 835 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 869 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument 923 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument [all …]
|