Searched refs:numChars (Results 1 – 5 of 5) sorted by relevance
526 int numChars = 0; in hexToInt() local538 numChars ++; in hexToInt()543 return (numChars); in hexToInt()
718 int numChars = 0; in hexToInt() local729 numChars++; in hexToInt()737 return (numChars); in hexToInt()
1653 size_t numChars = sizeof(ourBaseExcpClassChars) / sizeof(char); in createStandardUtilityFunctions() local1656 ourBaseExceptionClass = genClass(ourBaseExcpClassChars, numChars); in createStandardUtilityFunctions()
4510 unsigned numChars = 0; in print_usrs_file() local4525 if (numChars == 0) in print_usrs_file()4528 line[numChars] = '\0'; in print_usrs_file()4529 numChars = 0; in print_usrs_file()4544 line[numChars++] = c; in print_usrs_file()
799 llvm::ConstantInt *getSize(CharUnits numChars);