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

  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 274 char strCopy[64];
279 strncpy(strCopy, stringStart, stringLength);
280 strCopy[stringLength] = 0;
287 strCopy);
291 strCopy);
421 char strCopy[64];
426 strncpy(strCopy, stringStart, stringLength);
427 strCopy[stringLength] = 0;
434 pat, strCopy);
440 pat, strCopy);
    [all...]
  /external/icu4c/test/cintltst/
usettest.c 274 char strCopy[64];
279 strncpy(strCopy, stringStart, stringLength);
280 strCopy[stringLength] = 0;
287 strCopy);
291 strCopy);
421 char strCopy[64];
426 strncpy(strCopy, stringStart, stringLength);
427 strCopy[stringLength] = 0;
434 pat, strCopy);
440 pat, strCopy);
    [all...]

Completed in 33 milliseconds