Home
last modified time | relevance | path

Searched refs:parentStr (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCreatorsWithIdentity.java46 String parentStr = "{\"id\" : \"1\", \"parentProp\" : \"parent\"}"; in testSimple() local
47 String childStr = "{\"childProp\" : \"child\", \"parent\" : " + parentStr + "}"; in testSimple()
48 Parent parent = JSON_MAPPER.readValue(parentStr, Parent.class); in testSimple()
/external/icu/icu4c/source/i18n/
Dregion.cpp339 UnicodeString parentStr = UnicodeString(parent, -1 , US_INV); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
340 Region *parentRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&parentStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()