HomeSort by relevance Sort by last modified time
    Searched defs:strlength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/thaitest/
thaitest.cpp 406 int32_t strlength; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
416 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &chars[prevbreak],
  /ndk/sources/host-tools/make-3.81/
function.c 286 unsigned int sfxlen, strlength;
300 strlength = strlen (str);
302 if (strlength < (percent - pattern) + sfxlen
306 return !strcmp (percent + 1, str + (strlength - sfxlen));
282 unsigned int sfxlen, strlength; local
    [all...]

Completed in 74 milliseconds