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

  /system/chre/apps/chqts/src/shared/
nano_string_test.cc 110 static constexpr char kShortString[] = "short";
128 testStrncpy(kShortString, ::strlen(kShortString));
132 ASSERT_LT(::strlen(kShortString), kStrncpyMax);
133 testStrncpy(kShortString, kStrncpyMax);
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 62 milliseconds