Searched refs:kOEMCodeBase (Results 1 – 2 of 2) sorted by relevance
61 const int kOEMCodeBase = 10000; variable204 return (code < codeCount) || (code >= kOEMCodeBase && (code - kOEMCodeBase) < codeCountOEM); in validCode()
123 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()124 return tableOEM[code - kOEMCodeBase]; in tableLookup()