OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actLen
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
umsg.cpp
70
int32_t
actLen
;
75
actLen
= u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
79
return
actLen
;
110
int32_t
actLen
;
115
actLen
= u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
119
return
actLen
;
371
int32_t
actLen
;
380
actLen
= umsg_vformat(fmt,result,resultLength,ap,status);
385
return
actLen
;
calendar.cpp
931
int32_t
actLen
= sizeof(tmp)-1;
932
if(len >
actLen
) {
933
len =
actLen
;
[
all
...]
/external/libxml2/
xmlschemas.c
[
all
...]
Completed in 2377 milliseconds