Home
last modified time | relevance | path

Searched refs:startpos (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/soltools/cpp/
H A D_tokens.c165 int startpos = currpos; in memcpy_EBCDIC() local
169 … while( p[ processedchars ] >= '0' && p[ processedchars ] <= '7' && (currpos < startpos + 4) ) in memcpy_EBCDIC()
178 int startpos = currpos; in memcpy_EBCDIC() local
184 while( isxdigit( p[ processedchars ] ) && (currpos < startpos + 4) ) in memcpy_EBCDIC()
/aoo4110/main/offapi/com/sun/star/util/
H A DXTextSearch.idl230 The endpos must be lower then the startpos, because the function searches backward!

Completed in 22 milliseconds