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

  /external/stlport/src/
ios.cpp 148 long& ios_base::iword(int index) { function in class:ios_base
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 273 LCHAR iword[MAX_STRING_LEN]; local
346 ASSERT( sizeof( iword[0]) == sizeof(char)); // else more code to write!
347 if (sscanf(line, "%s ", iword) == 1)
349 LSTRCPY(oword, line + LSTRLEN(iword) + 1);
351 /* copy the line starting after the iword */
352 for (i = 0, p = line + LSTRLEN(iword) + 1; *p; p++)
401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4)
423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4)
429 ilabel = wordmap_find_index(ilabels, iword);
    [all...]

Completed in 109 milliseconds