Home
last modified time | relevance | path

Searched refs:typeChar (Results 1 – 6 of 6) 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.c1126 char typeChar = '?'; in TestICUDataName() local
1140 typeChar = 'b'; in TestICUDataName()
1143 typeChar = 'l'; in TestICUDataName()
1151 typeChar = 'e'; in TestICUDataName()
1159 typeChar); in TestICUDataName()
/external/webrtc/webrtc/base/
Dmacutils.cc192 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data); in RunAppleScript()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py6 typeChar = FOUR_CHAR_CODE('TEXT') variable
644 typeText = typeChar
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2945 wchar_t typeChar; in UnitType() local
2949 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()