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
1091
uint8_t
uct
;
local
1103
status = p.read(&
uct
,sizeof(
uct
));
1104
rcsw.message.bIsServicePresent = (uint8_t)
uct
;
1121
status = p.read(&
uct
,sizeof(
uct
));
1122
rcsw.message.sAddress.number_of_digits = (uint8_t)
uct
;
1125
status = p.read(&
uct
,sizeof(
uct
));
1126
rcsw.message.sAddress.digits[digitCount] = (uint8_t)
uct
;
2052
uint8_t
uct
;
local
[
all
...]
/external/chromium/third_party/icu/source/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);
/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);
Completed in 53 milliseconds