Home
last modified time | relevance | path

Searched refs:formatValue (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumfmtdatadriventest.cpp43 CharString formatValue; in strToDigitList() local
44 formatValue.appendInvariantChars(str, status); in strToDigitList()
45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java312 String formatValue = getLocalizedExplicitTzid(zoneid, type, length, daylight); in getFormattedZoneInternal()
313 if (formatValue != null) { in getFormattedZoneInternal()
314 return formatValue; in getFormattedZoneInternal()
488 …String formatValue = desiredLocaleFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" … in getLocalizedExplicitTzid() local
490 return formatValue; in getLocalizedExplicitTzid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/external/llvm/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1180 String formatValue = in formatNumberList() local
1185 if (null == formatValue) in formatNumberList()
1186 formatValue = "1"; in formatNumberList()
1189 new NumberFormatStringTokenizer(formatValue); in formatNumberList()
/external/bcc/src/cc/vendor/
Dtinyformat.hpp307 inline void formatValue(std::ostream& out, const char* /*fmtBegin*/, in formatValue() function
343 inline void formatValue(std::ostream& out, const char* /*fmtBegin*/, \
515 formatValue(out, fmtBegin, fmtEnd, ntrunc, *static_cast<const T*>(value)); in formatImpl()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1138 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num() local
1139 if (ValueIsNull(pThis, formatValue.get())) { in Date2Num()
1143 formatString = ValueToUTF8String(formatValue.get()); in Date2Num()
1372 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Date() local
1373 if (ValueIsNull(pThis, formatValue.get())) { in Num2Date()
1377 formatString = ValueToUTF8String(formatValue.get()); in Num2Date()
1513 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2GMTime() local
1514 if (formatValue->IsNull()) { in Num2GMTime()
1518 formatString = ValueToUTF8String(formatValue.get()); in Num2GMTime()
1560 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Time() local
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-delayed-fold.ll10 define fastcc void @formatValue(i64 %arg5) nounwind {
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll10 define fastcc void @formatValue(i64 %arg5) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll10 define fastcc void @formatValue(i64 %arg5) nounwind {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java275 String formatValue = value.toString(); in put() local
276 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java271 String formatValue = value.toString(); in put() local
272 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp925 const UnicodeString& formatValue = value.getUnicodeString(errorCode); in put() local
927 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()