Searched refs:firstChar (Results 1 – 2 of 2) sorted by relevance
104 char firstChar = id[0]; in create() local105 if (firstChar >= 'a' && firstChar <= 'z') in create()106 firstChar = cast(char)(firstChar - 'a' + 'A'); in create()108 buf.writeByte(firstChar); in create()
128152 unsigned char firstChar;128183 firstChar = zNeedle[0];128185 && (zHaystack[0]!=firstChar || memcmp(zHaystack, zNeedle, nNeedle)!=0)