OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uct
(Results
1 - 2
of
2
) sorted by null
/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);
/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
...]
Completed in 202 milliseconds