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