Searched refs:cUpper (Results 1 – 2 of 2) sorted by relevance
1260 sal_Unicode cUpper = aUpperNatNum.GetChar(0); in ImpNextSymbol() local1282 else if (cUpper == rKeywords[NF_KEY_H].GetChar(0) || // H in ImpNextSymbol()1283 cUpper == rKeywords[NF_KEY_MI].GetChar(0) || // M in ImpNextSymbol()1284 cUpper == rKeywords[NF_KEY_S].GetChar(0) ) // S in ImpNextSymbol()1322 sal_Unicode cUpper = rChrCls().toUpper( rString, nPos-1, 1 ).GetChar(0); in ImpNextSymbol() local1323 if (cUpper == rKeywords[NF_KEY_H].GetChar(0) || // H in ImpNextSymbol()1324 cUpper == rKeywords[NF_KEY_MI].GetChar(0) || // M in ImpNextSymbol()1325 cUpper == rKeywords[NF_KEY_S].GetChar(0) ) // S in ImpNextSymbol()
730 static char cUpper[128] = in to_upper() local750 ? cUpper[ UINT8(*pChange) ] in to_upper()
Completed in 35 milliseconds