Home
last modified time | relevance | path

Searched refs:props (Results 1 – 25 of 95) sorted by relevance

1234

/external/icu4c/common/
Duchar.c265 uint32_t props; in u_charType() local
266 GET_PROPS(c, props); in u_charType()
267 return (int8_t)GET_CATEGORY(props); in u_charType()
309 uint32_t props; in u_islower() local
310 GET_PROPS(c, props); in u_islower()
311 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
317 uint32_t props; in u_isupper() local
318 GET_PROPS(c, props); in u_isupper()
319 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
325 uint32_t props; in u_istitle() local
[all …]
Ducase.c358 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
360 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
408 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_tolower() local
409 if(!PROPS_HAS_EXCEPTION(props)) { in ucase_tolower()
410 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_tolower()
411 c+=UCASE_GET_DELTA(props); in ucase_tolower()
414 const uint16_t *pe=GET_EXCEPTIONS(csp, props); in ucase_tolower()
425 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_toupper() local
426 if(!PROPS_HAS_EXCEPTION(props)) { in ucase_toupper()
427 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper()
[all …]
Dubidi_props.c401 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getClass() local
402 return (UCharDirection)UBIDI_GET_CLASS(props); in ubidi_getClass()
407 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isMirrored() local
408 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored()
413 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getMirror() local
414 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT; in ubidi_getMirror()
446 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isBidiControl() local
447 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); in ubidi_isBidiControl()
452 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isJoinControl() local
453 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); in ubidi_isJoinControl()
[all …]
Duprops.h55 #define GET_CATEGORY(props) ((props)&0x1f) argument
56 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
58 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT) argument
Dubidi_props.h140 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
141 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
/external/chromium/third_party/icu/source/common/
Duchar.c266 uint32_t props; in u_charType() local
267 GET_PROPS(c, props); in u_charType()
268 return (int8_t)GET_CATEGORY(props); in u_charType()
310 uint32_t props; in u_islower() local
311 GET_PROPS(c, props); in u_islower()
312 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
318 uint32_t props; in u_isupper() local
319 GET_PROPS(c, props); in u_isupper()
320 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
326 uint32_t props; in u_istitle() local
[all …]
Ducase.c358 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
360 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument
408 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_tolower() local
409 if(!PROPS_HAS_EXCEPTION(props)) { in ucase_tolower()
410 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) { in ucase_tolower()
411 c+=UCASE_GET_DELTA(props); in ucase_tolower()
414 const uint16_t *pe=GET_EXCEPTIONS(csp, props); in ucase_tolower()
425 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_toupper() local
426 if(!PROPS_HAS_EXCEPTION(props)) { in ucase_toupper()
427 if(UCASE_GET_TYPE(props)==UCASE_LOWER) { in ucase_toupper()
[all …]
Duprops.h55 #define GET_CATEGORY(props) ((props)&0x1f) argument
56 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) argument
58 #define GET_NUMERIC_TYPE(props) (((props)>>UPROPS_NUMERIC_TYPE_SHIFT)&7) argument
59 #define GET_NUMERIC_VALUE(props) (((props)>>UPROPS_NUMERIC_VALUE_SHIFT)&0xff) argument
Dubidi_props.c401 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getClass() local
402 return (UCharDirection)UBIDI_GET_CLASS(props); in ubidi_getClass()
407 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isMirrored() local
408 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored()
413 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getMirror() local
414 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT; in ubidi_getMirror()
446 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isBidiControl() local
447 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); in ubidi_isBidiControl()
452 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isJoinControl() local
453 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); in ubidi_isJoinControl()
[all …]
Dubidi_props.h140 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
141 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
/external/v8/test/mjsunit/
Dfor-in.js28 function props(x) { function
34 assertEquals(0, props({}).length, "olen0");
35 assertEquals(1, props({x:1}).length, "olen1");
36 assertEquals(2, props({x:1, y:2}).length, "olen2");
38 assertArrayEquals(["x"], props({x:1}), "x");
39 assertArrayEquals(["x", "y"], props({x:1, y:2}), "xy");
40 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
42 assertEquals(0, props([]).length, "alen0");
43 assertEquals(1, props([1]).length, "alen1");
44 assertEquals(2, props([1,2]).length, "alen2");
[all …]
Dsimple-constructor.js28 function props(x) { function
59 assertArrayEquals(["x"], props(o1_1), "3");
60 assertArrayEquals(["x"], props(o1_2), "4");
64 assertArrayEquals(["x"], props(o2_1));
65 assertArrayEquals(["x"], props(o2_2));
69 assertArrayEquals(["x", "y", "z"], props(o3_1));
70 assertArrayEquals(["x", "y", "z"], props(o3_2));
74 assertArrayEquals(["x", "y", "z"], props(o4_0_1));
75 assertArrayEquals(["x", "y", "z"], props(o4_0_2));
79 assertArrayEquals(["x", "y"], props(o4_1_1));
[all …]
Dundeletable-functions.js105 function CheckEcmaSemantics(type, props, name) { argument
107 for (var i = 0; i < props.length; i++) {
108 CheckDeletable(type, props[i]);
113 function CheckJSCSemantics(type, props, name) { argument
115 for (var i = 0; i < props.length; i++) {
116 CheckNotDeletable(type, props[i]);
121 function CheckDontDelete(type, props, name) { argument
123 for (var i = 0; i < props.length; i++) {
124 CheckDontDeleteAttr(type, props[i]);
/external/v8/test/mjsunit/regress/
Dregress-crbug-3867.js28 function props(x) { function
52 assertArrayEquals(["a1", "a2", "a3"], props(new A()));
53 assertArrayEquals(["b3", "b2", "b1"], props(new B()));
54 assertArrayEquals(["c3", "c1", "c2"], props(new C()));
55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0}));
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0}));
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0}));
62 assertArrayEquals(["a1", "a2", "a3", "a0", "a4"], props(a));
67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b));
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1));
[all …]
/external/wpa_supplicant_6/wpa_supplicant/examples/
Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["level"]
[all …]
/external/icu4c/samples/props/
Dreadme.txt2 props: Unicode Character Properties
9 props.cpp Main source file in C++
10 props.sln Windows MSVC workspace. Double-click this to get started.
11 props.vcproj Windows MSVC project file
13 To Build props on Windows
15 2. In MSVC, open the workspace file icu\samples\props\props.sln
24 3. cd into the props directory, e.g.
25 cd c:\icu\source\samples\props\debug
27 props
42 cd <icu directory>/source/samples/props
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_phyuv.c173 overlay->hwdata->props.format = format; in ph_CreateYUVOverlay()
174 overlay->hwdata->props.size = sizeof(PgScalerProps_t); in ph_CreateYUVOverlay()
175 overlay->hwdata->props.src_dim.w = width; in ph_CreateYUVOverlay()
176 overlay->hwdata->props.src_dim.h = height; in ph_CreateYUVOverlay()
180 overlay->hwdata->props.color_key = overlay->hwdata->chromakey; in ph_CreateYUVOverlay()
182 PhAreaToRect(&overlay->hwdata->CurrentViewPort, &overlay->hwdata->props.viewport); in ph_CreateYUVOverlay()
184 overlay->hwdata->props.flags = Pg_SCALER_PROP_DOUBLE_BUFFER; in ph_CreateYUVOverlay()
188 overlay->hwdata->props.flags |= Pg_SCALER_PROP_CHROMA_ENABLE; in ph_CreateYUVOverlay()
189 overlay->hwdata->props.flags |= Pg_SCALER_PROP_CHROMA_SPECIFY_KEY_MASK; in ph_CreateYUVOverlay()
193 overlay->hwdata->props.flags &= ~Pg_SCALER_PROP_CHROMA_ENABLE; in ph_CreateYUVOverlay()
[all …]
/external/chromium/net/http/
Dhttp_auth.cc32 ChallengeTokenizer props(challenge.begin(), challenge.end()); in ChooseBestChallenge() local
33 if (LowerCaseEqualsASCII(props.scheme(), (*handler)->scheme().c_str()) && in ChooseBestChallenge()
60 ChallengeTokenizer props(challenge.begin(), challenge.end()); in CreateAuthHandler() local
61 if (!props.valid()) { in CreateAuthHandler()
67 if (LowerCaseEqualsASCII(props.scheme(), "basic")) { in CreateAuthHandler()
69 } else if (LowerCaseEqualsASCII(props.scheme(), "digest")) { in CreateAuthHandler()
71 } else if (LowerCaseEqualsASCII(props.scheme(), "negotiate")) { in CreateAuthHandler()
73 } else if (LowerCaseEqualsASCII(props.scheme(), "ntlm")) { in CreateAuthHandler()
Dhttp_auth_handler_digest.cc219 HttpAuth::ChallengeTokenizer props(challenge_begin, challenge_end); in ParseChallenge() local
221 if (!props.valid() || !LowerCaseEqualsASCII(props.scheme(), "digest")) in ParseChallenge()
225 while (props.GetNext()) { in ParseChallenge()
226 if (props.value().empty()) { in ParseChallenge()
231 if (!ParseChallengeProperty(props.name(), props.unquoted_value())) in ParseChallenge()
236 if (!props.valid()) in ParseChallenge()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java417 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES); in getFactory() local
422 if (props != null) { in getFactory()
423 String useTCCLStr = props.getProperty(TCCL_KEY); in getFactory()
558 if (props != null) { in getFactory()
565 String factoryClass = props.getProperty(FACTORY_PROPERTY); in getFactory()
619 if( props!=null ) { in getFactory()
620 Enumeration names = props.propertyNames(); in getFactory()
623 String value = props.getProperty(name); in getFactory()
1365 Properties props = new Properties();
1366 props.load(stream);
[all …]
/external/webkit/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp50 wxFontProperties props = wxFontProperties(font); in platformInit() local
51 m_ascent = props.GetAscent(); in platformInit()
52 m_descent = props.GetDescent(); in platformInit()
53 m_lineSpacing = props.GetLineSpacing(); in platformInit()
54 m_xHeight = props.GetXHeight(); in platformInit()
56 m_lineGap = props.GetLineGap(); in platformInit()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h88 uint64 props = fst->Properties(kFstProperties, false); in Map() local
143 fst->SetProperties(mapper->Properties(props), kFstProperties); in Map()
410 uint64 props = fst_->Properties(kCopyProperties, false); in Init() local
411 SetProperties(mapper_->Properties(props)); in Init()
629 uint64 Properties(uint64 props) const { return props; } in Properties()
644 uint64 Properties(uint64 props) const { in Properties()
645 return props & kAddSuperFinalProperties; in Properties()
661 uint64 Properties(uint64 props) const { return props; } in Properties()
676 uint64 Properties(uint64 props) const { return props; } in Properties()
709 uint64 Properties(uint64 props) const { in Properties()
[all …]
Darcsort.h46 uint64 props = fst->Properties(kFstProperties, false); in ArcSort() local
64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort()
94 uint64 props = fst_->Properties(kCopyProperties, false); in ArcSortFstImpl() local
95 SetProperties(comp_.Properties(props)); in ArcSortFstImpl()
285 uint64 Properties(uint64 props) const { in Properties() argument
286 return props & kArcSortProperties | kILabelSorted; in Properties()
298 uint64 Properties(uint64 props) const { in Properties() argument
299 return props & kArcSortProperties | kOLabelSorted; in Properties()
Dconnect.h45 vector<bool> *coaccess, uint64 *props) in SccVisitor() argument
46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {} in SccVisitor()
47 SccVisitor(uint64 *props) in SccVisitor() argument
48 : scc_(0), access_(0), coaccess_(0), props_(props) {} in SccVisitor()
207 uint64 props = 0; in Connect() local
208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props); in Connect()
/external/v8/src/
Dv8natives.js488 var props = %GetOwnProperty(ToObject(obj), ToString(p));
490 if (IS_UNDEFINED(props)) return void 0;
493 if (props[0]) {
494 desc.setGet(props[1]);
495 desc.setSet(props[2]);
497 desc.setValue(props[1]);
498 desc.setWritable(props[2]);
500 desc.setEnumerable(props[3]);
501 desc.setConfigurable(props[4]);
680 var props = ToObject(properties);
[all …]

1234