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

  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 469 static void Test_aestrncpy(int32_t line, const uint8_t *expect, const uint8_t *src, int32_t len)
502 Test_aestrncpy(__LINE__, str_exp1, str_tst, -1);
503 Test_aestrncpy(__LINE__, str_exp1, str_tst, 6);
504 Test_aestrncpy(__LINE__, str_exp2, str_tst, 5);
505 Test_aestrncpy(__LINE__, str_exp3, str_tst, 8);
  /external/icu4c/test/cintltst/
putiltst.c 480 static void Test_aestrncpy(int32_t line, const uint8_t *expect, const uint8_t *src, int32_t len)
513 Test_aestrncpy(__LINE__, str_exp1, str_tst, -1);
514 Test_aestrncpy(__LINE__, str_exp1, str_tst, 6);
515 Test_aestrncpy(__LINE__, str_exp2, str_tst, 5);
516 Test_aestrncpy(__LINE__, str_exp3, str_tst, 8);

Completed in 43 milliseconds