Searched refs:newChar (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c353 UniChar newChar;
392 newChar = 0;
393 KeycodeToUnicode(&newChar, 1, kUCKeyActionDown, newKeycode & 0x00FF,
401 if ((newChar >= XK_space) && (newChar <= LATIN1_MAX)) {
402 return newChar;
349 UniChar newChar; local
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c266 UniChar newChar;
305 newChar = 0;
307 &newChar, 1, kEventRawKeyDown,
315 if ((newChar >= XK_space) && (newChar <= LATIN1_MAX)) {
316 return newChar;
263 UniChar newChar; local
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1549 u_char newChar; local
1583 for ( newChar = 0x30; newChar < 0x7F; newChar++ )
1594 theNewNamePtr->ustr.unicode[ nameLen ] = (u_int16_t) newChar;
1600 theNewNamePtr->pstr[ nameLen + 1 ] = newChar;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtptngts.cpp707 UChar newChar; local
713 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
714 randomSkeleton += newChar;
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2050 newChar. If newChar matches, andvance the strings index and see if
2054 int MatchFind(u_int8_t newChar) argument
2062 newChar &= 0x7f; // some PADs have bogus high bit
2147 //printf("MatchFind, expect = %d, newchar = %d\n", matchStrChar, newChar);
2148 //syslog(LOG_INFO, "MatchFind, expect = 0x%x '%c', newchar = 0x%x '%c'\n", matchStrChar, matchStrChar, newChar, newChar);
2149 if (newChar == matchStrChar) { // check to see if whole string matched
2174 else { // newChar does not match, reset matchInfo
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringImpl.cpp1447 LChar newChar = static_cast<LChar>(newC); local
1454 ch = newChar;

Completed in 126 milliseconds