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

  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 100 template <class CharT> inline int __cdecl mystrlen(const CharT *str) { function
106 template <> inline int __cdecl mystrlen(const char *str) { function
110 mystrlen(str);
111 mystrlen(ints);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 42 * int32_t myStrlen = 0;
44 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
47 * myString=(UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
48 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
58 * int32_t i, myStrlen = 0;
64 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
67 * myString = (UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
68 * udat_format(df, myDateArr[i], myString, myStrlen+1, NULL, &status)
    [all...]
  /external/llvm/test/MC/ARM/
elf-reloc-01.ll 29 declare i32 @mystrlen(i8* nocapture %s) nounwind
elf-reloc-02.ll 26 declare i32 @mystrlen(i8* nocapture %s) nounwind readonly
elf-reloc-03.ll 25 declare i32 @mystrlen(i8* nocapture %s) nounwind readonly
  /external/icu4c/i18n/unicode/
udat.h 43 * int32_t myStrlen = 0;
45 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
48 * myString=(UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
49 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
59 * int32_t i, myStrlen = 0;
65 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
68 * myString = (UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
69 * udat_format(df, myDateArr[i], myString, myStrlen+1, NULL, &status)
    [all...]

Completed in 656 milliseconds