/external/icu/icu4c/source/test/intltest/ |
D | numfmtdatadriventest.cpp | 43 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/ |
D | TimezoneFormatter.java | 312 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/ |
D | README.txt | 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/external/llvm/lib/Analysis/ |
D | README.txt | 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | README.txt | 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 1180 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/ |
D | tinyformat.hpp | 307 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/ |
D | cfxjse_formcalc_context.cpp | 1138 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/ |
D | lsr-delayed-fold.ll | 10 define fastcc void @formatValue(i64 %arg5) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-delayed-fold.ll | 10 define fastcc void @formatValue(i64 %arg5) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | lsr-delayed-fold.ll | 10 define fastcc void @formatValue(i64 %arg5) nounwind {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 275 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/ |
D | DateTimePatternGenerator.java | 271 String formatValue = value.toString(); in put() local 272 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 925 const UnicodeString& formatValue = value.getUnicodeString(errorCode); in put() local 927 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()
|