Home
last modified time | relevance | path

Searched refs:typeChar (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dterminalcommand.py36 commandDesc = AE.AECreateDesc(typeChar, command)
Daepack.py159 if t == typeChar:
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c1129 char typeChar = '?'; in TestICUDataName() local
1143 typeChar = 'b'; in TestICUDataName()
1146 typeChar = 'l'; in TestICUDataName()
1154 typeChar = 'e'; in TestICUDataName()
1162 typeChar); in TestICUDataName()
/external/webrtc/webrtc/base/
Dmacutils.cc192 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data); in RunAppleScript()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp130 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; } \
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py6 typeChar = FOUR_CHAR_CODE('TEXT') variable
644 typeText = typeChar
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3302 wchar_t typeChar; in UnitType() local
3306 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()