Searched refs:typeChar (Results 1 – 6 of 6) sorted by relevance
36 commandDesc = AE.AECreateDesc(typeChar, command)
159 if t == typeChar:
1126 char typeChar = '?'; in TestICUDataName() local1140 typeChar = 'b'; in TestICUDataName()1143 typeChar = 'l'; in TestICUDataName()1151 typeChar = 'e'; in TestICUDataName()1159 typeChar); in TestICUDataName()
192 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data); in RunAppleScript()
6 typeChar = FOUR_CHAR_CODE('TEXT') variable644 typeText = typeChar
2945 wchar_t typeChar; in UnitType() local2949 typeChar = pData[u]; in UnitType()2950 if (IsWhitespace(typeChar)) { in UnitType()2957 } else if (IsPartOfNumberW(typeChar)) { in UnitType()2963 } else if ((typeChar == 'c' || typeChar == 'p') && (u + 1 < uLen)) { in UnitType()2969 eParserStatus = (typeChar == 'c') ? VALUETYPE_ISCM : VALUETYPE_ISPT; in UnitType()2973 } else if (typeChar == 'm' && (u + 1 < uLen)) { in UnitType()