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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp165 string strValue; local
206 strValue.erase();
285 strValue.push_back(c);
302 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
304 if (strValue.length() > 0)
305 pParam = new CNfcParam(token.c_str(), strValue);
309 strValue.erase();
316 strValue.push_back('\0');
318 pParam = new CNfcParam(token.c_str(), strValue);
322 strValue
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp165 string strValue; local
217 strValue.erase();
296 strValue.push_back(c);
313 strValue.push_back(((numValue >> (n * 8)) & 0xFF));
315 if (strValue.length() > 0)
316 pParam = new CNfcParam(token.c_str(), strValue);
320 strValue.erase();
327 strValue.push_back('\0');
329 pParam = new CNfcParam(token.c_str(), strValue);
333 strValue
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp1080 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); local
1082 if (strValue.IsEmpty()) return TRUE;
1102 strValue.Replace(",", ".");
1103 double dValue = atof(strValue);
1110 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1111 if (strValue.IsEmpty())
1114 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1115 if (strValue.IsEmpty())
1117 strValue = "0";
1127 strValue
1427 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); local
1545 CFX_WideString strValue = val; local
1577 MakeInterDate(CFX_WideString strValue) argument
[all...]
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h28 FX_BOOL OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange,
31 FX_BOOL OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange,
/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/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DMultiFieldTimePickerDialog.java228 ArrayList<String> strValue = new ArrayList<String>();
230 strValue.add(String.format("%03d", i));
233 mMilliSpinner.setMaxValue(strValue.size() - 1);
236 strValue.toArray(new String[strValue.size()]));
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp98 FX_BOOL CFFL_Notify::OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, argument
106 FX_BOOL CFFL_Notify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, argument
/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h74 static double MakeInterDate(CFX_WideString strValue);
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp1455 UnicodeString strValue(source.tempSubString(sourceOffset, next - sourceOffset));
1460 if (0 != strValue.compare(compValue)) {
1461 argResult.setString(strValue);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1455 UnicodeString strValue(source.tempSubString(sourceOffset, next - sourceOffset));
1460 if (0 != strValue.compare(compValue)) {
1461 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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 635 milliseconds