Home
last modified time | relevance | path

Searched refs:curChar (Results 1 – 3 of 3) sorted by relevance

/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx142 unsigned char curChar = arRaw[i]; in encodeBase16() local
143 curChar >>= 4; in encodeBase16()
145 *pCurBuf = EncodingTable[curChar]; in encodeBase16()
148 curChar = arRaw[i]; in encodeBase16()
149 curChar &= 0x0F; in encodeBase16()
151 *pCurBuf = EncodingTable[curChar]; in encodeBase16()
170 sal_Int8 curChar = *pData++; in decodeBase16() local
176 if (curChar == decodingTable[j]) in decodeBase16()
183 curChar = *pData++; in decodeBase16()
187 if (curChar == decodingTable[j]) in decodeBase16()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx616 System::Char curChar = unoName->Chars[cur]; in mapPolymorphicName() local
617 if (curChar == '<') in mapPolymorphicName()
621 else if (curChar == '>') in mapPolymorphicName()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx270 System::Char curChar = unoName->Chars[cur]; in mapUnoPolymorphicName() local
271 if (curChar == '<') in mapUnoPolymorphicName()
275 else if (curChar == '>') in mapUnoPolymorphicName()

Completed in 49 milliseconds