Searched defs:iword (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dios.cpp148 long& ios_base::iword(int index) { function in class:ios_base
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c273 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);

Completed in 12 milliseconds