OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svalue
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
digitlst.cpp
538
int64_t
svalue
= (int64_t)value;
544
if (( decNumberIsNegative(fDecNumber) &&
svalue
>0) ||
545
(!decNumberIsNegative(fDecNumber) &&
svalue
<0)) {
546
svalue
= 0;
551
return
svalue
;
/libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java
436
String
svalue
= get(key, null);
local
437
if (
svalue
== null) {
440
if (
svalue
.length() == 0) {
444
byte[] bavalue =
svalue
.getBytes(Charsets.US_ASCII);
/external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc
835
std::string sname(name, nlen),
svalue
(value, vlen);
836
data_->addHeader(sname,
svalue
);
/external/chromium/third_party/libevent/
http.c
1493
char *skey, *
svalue
;
local
[
all
...]
/external/v8/src/arm/
simulator-arm.cc
316
float
svalue
;
local
343
} else if (GetVFPSingleValue(arg1, &
svalue
)) {
344
uint32_t as_word = BitCast<uint32_t>(
svalue
);
345
PrintF("%s: %f 0x%08x\n", arg1,
svalue
, as_word);
[
all
...]
Completed in 514 milliseconds