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

  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 115 template <class CharT> inline int __cdecl mystrlen(const CharT *str) { function
121 template <> inline int __cdecl mystrlen(const char *str) { function
125 mystrlen(str);
126 mystrlen(ints);
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
elf-reloc-02.ll 26 declare i32 @mystrlen(i8* nocapture %s) nounwind readonly
elf-reloc-01.ll 29 declare i32 @mystrlen(i8* nocapture %s) nounwind
elf-reloc-03.ll 25 declare i32 @mystrlen(i8* nocapture %s) nounwind readonly
  /external/icu/icu4c/source/i18n/unicode/
udat.h 46 * int32_t myStrlen = 0;
48 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
51 * myString=(UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
52 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
62 * int32_t i, myStrlen = 0;
68 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
71 * myString = (UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
72 * udat_format(df, myDateArr[i], myString, myStrlen+1, NULL, &status)
    [all...]

Completed in 90 milliseconds