Searched refs:iword (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/Semproc/src/ |
D | SemanticGraphImpl.c | 273 LCHAR iword[MAX_STRING_LEN]; in SR_SemanticGraph_LoadFromTextFiles() local 346 ASSERT( sizeof( iword[0]) == sizeof(char)); // else more code to write! in SR_SemanticGraph_LoadFromTextFiles() 347 if (sscanf(line, "%s ", iword) == 1) in SR_SemanticGraph_LoadFromTextFiles() 349 LSTRCPY(oword, line + LSTRLEN(iword) + 1); in SR_SemanticGraph_LoadFromTextFiles() 352 for (i = 0, p = line + LSTRLEN(iword) + 1; *p; p++) in SR_SemanticGraph_LoadFromTextFiles() 401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) in SR_SemanticGraph_LoadFromTextFiles() 423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) in SR_SemanticGraph_LoadFromTextFiles() 429 ilabel = wordmap_find_index(ilabels, iword); in SR_SemanticGraph_LoadFromTextFiles()
|
/external/stlport/src/ |
D | ios.cpp | 148 long& ios_base::iword(int index) { in iword() function in ios_base
|
/external/stlport/stlport/stl/ |
D | _ios_base.h | 147 long& iword(int __index);
|