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

  /external/icu4c/i18n/
ucol_tok.h 63 uint32_t numStr[UCOL_CE_STRENGTH_LIMIT];
dtfmtsym.cpp     [all...]
ucol_bld.cpp 339 lh->numStr[i] = 0;
    [all...]
  /external/tcpdump/
print-telnet.c 97 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
100 numstr(int x) function
print-isakmp.c 92 static char *numstr(int);
143 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
1042 printf(" type=%s", numstr(ntohs(n.type)));
1046 printf(" type=%s", numstr(ntohs(n.type)));
1066 printf(" type=%s", numstr(ntohs(n.type)));
1260 numstr(int x) function
    [all...]
  /external/llvm/docs/tutorial/
LangImpl1.html 273 std::string NumStr;
275 NumStr += LastChar;
279 NumVal = strtod(NumStr.c_str(), 0);
LangImpl4.html 574 std::string NumStr;
576 NumStr += LastChar;
580 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
LangImpl2.html 859 std::string NumStr;
861 NumStr += LastChar;
865 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
LangImpl3.html 736 std::string NumStr;
738 NumStr += LastChar;
742 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
LangImpl5.html     [all...]
LangImpl6.html     [all...]
LangImpl7.html     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 45 std::string NumStr;
47 NumStr += LastChar;
51 NumVal = strtod(NumStr.c_str(), 0);
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 125 String numstr = text.substring(0, spaceIndex); local
126 int rank = Integer.valueOf(numstr);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 50 std::string NumStr;
52 NumStr += LastChar;
56 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 57 std::string NumStr;
59 NumStr += LastChar;
63 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 66 std::string NumStr;
68 NumStr += LastChar;
72 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 71 std::string NumStr;
73 NumStr += LastChar;
77 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 75 std::string NumStr;
77 NumStr += LastChar;
81 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]

Completed in 235 milliseconds