Searched refs:typeChar (Results 1 – 7 of 7) sorted by relevance
36 commandDesc = AE.AECreateDesc(typeChar, command)
159 if t == typeChar:
1129 char typeChar = '?'; in TestICUDataName() local1143 typeChar = 'b'; in TestICUDataName()1146 typeChar = 'l'; in TestICUDataName()1154 typeChar = 'e'; in TestICUDataName()1162 typeChar); in TestICUDataName()
192 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data); in RunAppleScript()
130 virtual std::string typeChar () const = 0;137 return "Op" + m_impl.typeChar() + m_impl.opName(); in spirvName()156 virtual std::string typeChar () const { return #TYPECHAR; } \
6 typeChar = FOUR_CHAR_CODE('TEXT') variable644 typeText = typeChar
3302 wchar_t typeChar; in UnitType() local3306 typeChar = pData[u]; in UnitType()3307 if (IsWhitespace(typeChar)) { in UnitType()3314 } else if (IsPartOfNumberW(typeChar)) { in UnitType()3320 } else if ((typeChar == 'c' || typeChar == 'p') && (u + 1 < uLen)) { in UnitType()3326 eParserStatus = (typeChar == 'c') ? VALUETYPE_ISCM : VALUETYPE_ISPT; in UnitType()3330 } else if (typeChar == 'm' && (u + 1 < uLen)) { in UnitType()