Searched refs:localLength (Results 1 – 5 of 5) sorted by relevance
460 const UChar *localString, int32_t localLength) { in uprv_compareInvAscii() argument466 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() argument512 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvEbcdic()519 if(localLength<0) { in uprv_compareInvEbcdic()520 localLength=u_strlen(localString); in uprv_compareInvEbcdic()[all …]
135 const UChar *localString, int32_t localLength);312 const UChar *localString, int32_t localLength);321 const UChar *localString, int32_t localLength);
266 int localLength = child->fStart - start; in descriptionOut() local270 this->rewriteBlock(localLength, start, defIsPhrase); in descriptionOut()271 start += localLength; in descriptionOut()272 length -= localLength; in descriptionOut()278 localLength = child->fContentEnd - child->fStart; in descriptionOut()279 start += localLength; in descriptionOut()280 length -= localLength; in descriptionOut()
992 GLsizei localLength; in _mesa_get_program_resource_name() local995 length = &localLength; in _mesa_get_program_resource_name()
1810 Local<Integer> localLength = code.getParameter(0, TypeId.INT); in newArrayMethod() local1812 code.newArray(localResult, localLength); in newArrayMethod()