Home
last modified time | relevance | path

Searched refs:sIdent (Results 1 – 1 of 1) sorted by path

/trunk/main/l10ntools/source/
H A Dexport.cxx1442 ByteString sIdent = sText.GetToken( 1, ';' ); in GetPairedListID() local
1443 sIdent.ToUpperAscii(); in GetPairedListID()
1444 while( sIdent.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in GetPairedListID()
1445 sIdent.EraseTrailingChars( ' ' ); in GetPairedListID()
1446 sIdent.EraseLeadingChars( ' ' ); in GetPairedListID()
1447 return sIdent; in GetPairedListID()

Completed in 25 milliseconds