Searched refs:actLen (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | umsg.cpp | 70 int32_t actLen; in u_formatMessage() local 75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage() 79 return actLen; in u_formatMessage() 110 int32_t actLen; in u_formatMessageWithError() local 115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError() 119 return actLen; in u_formatMessageWithError() 371 int32_t actLen; in umsg_format() local 380 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format() 385 return actLen; in umsg_format()
|
H A D | calendar.cpp | 958 int32_t actLen = sizeof(tmp)-1; in makeInstance() local 959 if(len > actLen) { in makeInstance() 960 len = actLen; in makeInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | umsg.cpp | 70 int32_t actLen; in u_formatMessage() local 75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage() 79 return actLen; in u_formatMessage() 110 int32_t actLen; in u_formatMessageWithError() local 115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError() 119 return actLen; in u_formatMessageWithError() 371 int32_t actLen; in umsg_format() local 380 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format() 385 return actLen; in umsg_format()
|
H A D | calendar.cpp | 941 int32_t actLen = sizeof(tmp)-1; in makeInstance() local 942 if(len > actLen) { in makeInstance() 943 len = actLen; in makeInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | umsg.cpp | 70 int32_t actLen; in u_formatMessage() local 75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage() 79 return actLen; in u_formatMessage() 110 int32_t actLen; in u_formatMessageWithError() local 115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError() 119 return actLen; in u_formatMessageWithError() 371 int32_t actLen; in umsg_format() local 380 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format() 385 return actLen; in umsg_format()
|
H A D | calendar.cpp | 943 int32_t actLen = sizeof(tmp)-1; in makeInstance() local 944 if(len > actLen) { in makeInstance() 945 len = actLen; in makeInstance()
|
Completed in 21 milliseconds