OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uct
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/libril/
ril.cpp
1103
uint8_t
uct
;
local
1115
status = p.read(&
uct
,sizeof(
uct
));
1116
rcsw.message.bIsServicePresent = (uint8_t)
uct
;
1133
status = p.read(&
uct
,sizeof(
uct
));
1134
rcsw.message.sAddress.number_of_digits = (uint8_t)
uct
;
1137
status = p.read(&
uct
,sizeof(
uct
));
1138
rcsw.message.sAddress.digits[digitCount] = (uint8_t)
uct
;
2170
uint8_t
uct
;
local
[
all
...]
/external/icu4c/i18n/
windtfmt.cpp
154
int64_t
uct
, uft;
local
158
uct
= utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status);
159
uft = utmscale_toInt64(
uct
, UDTS_WINDOWS_FILE_TIME, &status);
/libcore/luni/src/main/native/
libcore_icu_TimeZones.cpp
80
static UnicodeString etcUct("Etc/
UCT
", 7, US_INV);
85
static UnicodeString
uct
("
UCT
", 3, US_INV);
91
id ==
uct
|| id == utc || id == universal || id == zulu;
Completed in 128 milliseconds