HomeSort by relevance Sort by last modified time
    Searched refs:localLength (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
uinvchar.c 451 const UChar *localString, int32_t localLength) {
456 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
463 if(localLength<0) {
464 localLength=u_strlen(localString);
467 minLength= outLength<localLength ? outLength : localLength;
490 return outLength-localLength;
496 const UChar *localString, int32_t localLength) {
501 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
508 if(localLength<0)
    [all...]
udataswp.h 133 const UChar *localString, int32_t localLength);
310 const UChar *localString, int32_t localLength);
319 const UChar *localString, int32_t localLength);
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]

Completed in 403 milliseconds