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/icu4c/i18n/
umsg.cpp
47
int32_t
actLen
;
52
actLen
= u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
56
return
actLen
;
87
int32_t
actLen
;
92
actLen
= u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
96
return
actLen
;
352
int32_t
actLen
;
361
actLen
= umsg_vformat(fmt,result,resultLength,ap,status);
366
return
actLen
;
calendar.cpp
853
int32_t
actLen
= sizeof(tmp)-1;
854
if(len >
actLen
) {
855
len =
actLen
;
[
all
...]
/external/libxml2/
xmlschemas.c
[
all
...]
Completed in 165 milliseconds