HomeSort by relevance Sort by last modified time
    Searched full:nbchar (Results 1 - 6 of 6) sorted by null

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 318 M4OSA_UInt32 nbChar;
416 nbChar = strcspn((const char *)format, "%");
417 if(nbChar)
419 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy characters before the % character */
420 format +=nbChar;
421 pTemp +=nbChar;
425 nbChar = strspn((const char *)format, (const char *)flagChar);
426 if(nbChar)
428 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the flag characters */
429 format +=nbChar;
    [all...]
  /external/libxml2/
parser.c 4214 int nbchar = 0; local
4363 int nbchar = 0; local
4663 int nbchar = 0, ccol; local
    [all...]
HTMLparser.c 2836 int nbchar = 0; local
2923 int nbchar = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]

Completed in 569 milliseconds