Searched refs:strValue (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp171 string strValue; local
212 strValue.erase();
291 strValue.push_back(c);
308 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
310 if (strValue.length() > 0)
311 pParam = new CNfcParam(token.c_str(), strValue);
315 strValue.erase();
322 strValue.push_back('\0');
324 pParam = new CNfcParam(token.c_str(), strValue);
328 strValue
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp171 string strValue; local
212 strValue.erase();
291 strValue.push_back(c);
308 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
310 if (strValue.length() > 0)
311 pParam = new CNfcParam(token.c_str(), strValue);
315 strValue.erase();
322 strValue.push_back('\0');
324 pParam = new CNfcParam(token.c_str(), strValue);
328 strValue
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTimeFactory.java82 * @param strValue The ISO 8601 string representation of the date/time.
86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException argument
88 return new XMPDateTimeImpl(strValue);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java326 String strValue = serializeNodeValue(value);
329 node.setValue(strValue);
333 node.setValue(Utils.normalizeLangValue(strValue));
394 String strValue;
397 strValue = null;
401 strValue = XMPUtils.convertFromBoolean(((Boolean) value).booleanValue());
405 strValue = XMPUtils.convertFromInteger(((Integer) value).intValue());
409 strValue = XMPUtils.convertFromLong(((Long) value).longValue());
413 strValue = XMPUtils.convertFromDouble(((Double) value).doubleValue());
417 strValue
[all...]
H A DXMPDateTimeImpl.java116 * @param strValue an ISO 8601 string
119 public XMPDateTimeImpl(String strValue) throws XMPException argument
121 ISO8601Converter.parse(strValue, this);
/external/icu4c/i18n/
H A Dmsgfmt.cpp1325 UnicodeString strValue(source.tempSubString(sourceOffset, next - sourceOffset));
1330 if (0 != strValue.compare(compValue)) {
1331 argResult.setString(strValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2860 milliseconds