Home
last modified time | relevance | path

Searched refs:localLength (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duinvchar.cpp460 const UChar *localString, int32_t localLength) { in uprv_compareInvAscii()
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
473 if(localLength<0) { in uprv_compareInvAscii()
474 localLength=u_strlen(localString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
506 const UChar *localString, int32_t localLength) { in uprv_compareInvEbcdic()
512 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvEbcdic()
519 if(localLength< in uprv_compareInvEbcdic()
458 uprv_compareInvAscii(const UDataSwapper *ds, const char *outString, int32_t outLength, const UChar *localString, int32_t localLength) uprv_compareInvAscii() argument
504 uprv_compareInvEbcdic(const UDataSwapper *ds, const char *outString, int32_t outLength, const UChar *localString, int32_t localLength) uprv_compareInvEbcdic() argument
[all...]
H A Dudataswp.h135 const UChar *localString, int32_t localLength);
312 const UChar *localString, int32_t localLength);
321 const UChar *localString, int32_t localLength);
/third_party/node/deps/icu-small/source/common/
H A Duinvchar.cpp460 const char16_t *localString, int32_t localLength) { in uprv_compareInvAscii()
466 if(outString==nullptr || outLength<-1 || localString==nullptr || localLength<-1) { in uprv_compareInvAscii()
473 if(localLength<0) { in uprv_compareInvAscii()
474 localLength=u_strlen(localString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
506 const char16_t *localString, int32_t localLength) { in uprv_compareInvEbcdic()
512 if(outString==nullptr || outLength<-1 || localString==nullptr || localLength<-1) { in uprv_compareInvEbcdic()
519 if(localLength< in uprv_compareInvEbcdic()
458 uprv_compareInvAscii(const UDataSwapper *ds, const char *outString, int32_t outLength, const char16_t *localString, int32_t localLength) uprv_compareInvAscii() argument
504 uprv_compareInvEbcdic(const UDataSwapper *ds, const char *outString, int32_t outLength, const char16_t *localString, int32_t localLength) uprv_compareInvEbcdic() argument
[all...]
H A Dudataswp.h135 const UChar *localString, int32_t localLength);
312 const UChar *localString, int32_t localLength);
321 const UChar *localString, int32_t localLength);
/third_party/skia/third_party/externals/icu/source/common/
H A Duinvchar.cpp460 const UChar *localString, int32_t localLength) { in uprv_compareInvAscii()
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
473 if(localLength<0) { in uprv_compareInvAscii()
474 localLength=u_strlen(localString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
506 const UChar *localString, int32_t localLength) { in uprv_compareInvEbcdic()
512 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvEbcdic()
519 if(localLength< in uprv_compareInvEbcdic()
458 uprv_compareInvAscii(const UDataSwapper *ds, const char *outString, int32_t outLength, const UChar *localString, int32_t localLength) uprv_compareInvAscii() argument
504 uprv_compareInvEbcdic(const UDataSwapper *ds, const char *outString, int32_t outLength, const UChar *localString, int32_t localLength) uprv_compareInvEbcdic() argument
[all...]
H A Dudataswp.h135 const UChar *localString, int32_t localLength);
312 const UChar *localString, int32_t localLength);
321 const UChar *localString, int32_t localLength);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java466 int localLength = local.minLength(); in checkLocalFormatLengths()
472 ContiguousSet.closed(spec.minLength() - localLength, spec.maxLength() - localLength); in checkLocalFormatLengths()
480 int acl = spec.minLength() - localLength; in checkLocalFormatLengths()
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp1083 GLsizei localLength; in _mesa_get_program_resource_name() local
1086 length = &localLength; in _mesa_get_program_resource_name()

Completed in 11 milliseconds