Searched refs:cCurrPrefix (Results 1 – 1 of 1) sorted by relevance
4903 sal_Unicode cCurrPrefix = 0; in lclGetPrefixChar() local4913 if( (cNewPrefix == 0) || ((cCurrPrefix != 0) && (cNewPrefix != cCurrPrefix)) ) in lclGetPrefixChar()4915 cCurrPrefix = cNewPrefix; in lclGetPrefixChar()4919 return cCurrPrefix; in lclGetPrefixChar()4924 sal_Unicode cCurrPrefix = 0; in lclGetPrefixChar() local4931 if( (cNewPrefix == 0) || ((cCurrPrefix != 0) && (cNewPrefix != cCurrPrefix)) ) in lclGetPrefixChar()4933 cCurrPrefix = cNewPrefix; in lclGetPrefixChar()4936 return cCurrPrefix; in lclGetPrefixChar()
Completed in 39 milliseconds