Home
last modified time | relevance | path

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

/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/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1042 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num() local
1043 if (ValueIsNull(pThis, formatValue.get())) { in Date2Num()
1047 ValueToUTF8String(formatValue.get(), formatString); in Date2Num()
1287 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Date() local
1288 if (ValueIsNull(pThis, formatValue.get())) { in Num2Date()
1292 ValueToUTF8String(formatValue.get(), formatString); in Num2Date()
1429 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2GMTime() local
1430 if (formatValue->IsNull()) { in Num2GMTime()
1434 ValueToUTF8String(formatValue.get(), formatString); in Num2GMTime()
1476 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Time() local
[all …]
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll10 define fastcc void @formatValue(i64 %arg5) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-delayed-fold.ll10 define fastcc void @formatValue(i64 %arg5) nounwind {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java256 String formatValue = value.toString(); in put() local
257 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java260 String formatValue = value.toString(); in put() local
261 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp841 const UnicodeString& formatValue = value.getUnicodeString(errorCode); in put() local
843 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp81 CharString formatValue; in strToDigitList() local
82 formatValue.appendInvariantChars(str, status); in strToDigitList()
83 digitList.set(StringPiece(formatValue.data()), status, 0); in strToDigitList()