GetOperatorIndexByToken

NTSTATUS __stdcall GetOperatorIndexByToken(UINT8 Token){
  NTSTATUS result; 
  __int64 *i; 
  result = 0;
  for( i = &qword_1400063E8; *(_BYTE *)i != Token; i += 3 )
  {
    if( (unsigned int)++result >= 0x18 )
      return -1;
  }
  return result;
}

Referenced by:

LocalGetConditionForString
LocalpGetStringForCondition