Searched refs:property (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/bionic/
H A Dicu_wrappers.cpp37 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property) { argument
41 return u_getIntPropertyValue ? u_getIntPropertyValue(wc, property) : 0;
44 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int)) { argument
48 return u_hasBinaryProperty ? u_hasBinaryProperty(wc, property) : fallback(wc);
H A Dwctype.cpp134 wctype_t wctype(const char* property) { argument
141 if (!strcmp(properties[i], property)) {
148 wctype_t wctype_l(const char* property, locale_t) { argument
149 return wctype(property);
/bionic/libc/private/
H A Dicu.h82 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property);
83 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int));
/bionic/tests/
H A Dsystem_properties_test.cpp97 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6));
101 // check that there is no limit on property name length
112 ASSERT_EQ(6, system_properties.Get("property", propvalue));
133 ASSERT_EQ(0, system_properties.Add("property", 8, "oldvalue1", 9));
137 const prop_info* pi = system_properties.Find("property");
150 ASSERT_EQ(6, system_properties.Get("property", propvalue));
214 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6));
231 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6));
238 EXPECT_STREQ("property", name);
321 ASSERT_EQ(0, system_properties.Add("property",
[all...]
/bionic/libc/kernel/uapi/mtd/
H A Dubi-user.h95 __u8 property; member in struct:ubi_set_vol_prop_req
/bionic/libc/versioner-dependencies/common/kernel_uapi/mtd/
H A Dubi-user.h95 __u8 property; member in struct:ubi_set_vol_prop_req
/bionic/tools/versioner/dependencies/common/kernel_uapi/mtd/
H A Dubi-user.h95 __u8 property; member in struct:ubi_set_vol_prop_req
/bionic/libc/kernel/tools/
H A Dcpp.py94 It inherits the class in libclang, with an extra id property to hold the
95 new spelling of the token. The spelling property in the base class is
100 It also overrides the cursor property of the base class. Because the one
120 @property
133 @property
208 updates the cursor property in each token after parsing, by calling
225 The cursor property in a clang Token doesn't provide enough
1454 @property

Completed in 130 milliseconds