Searched refs:typeIndex (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXDialog.c69 int typeIndex; member in struct:__anon13384
189 typeIndex][returnCode - NSAlertFirstButtonReturn]], -1);
911 int index, typeIndex, iconIndex, indexDefaultOption = 0;
922 typeIndex = TYPE_OK;
982 "value", TCL_EXACT, &typeIndex) != TCL_OK) {
1008 alertButtonIndexAndTypeToNativeButtonIndex[typeIndex][index];
1018 while (i < 3 && alertButtonNames[typeIndex][i]) {
1019 [alert addButtonWithTitle:(NSString*)alertButtonNames[typeIndex][i++]];
1040 callbackInfo->typeIndex = typeIndex;
904 int index, typeIndex, iconIndex, indexDefaultOption = 0; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dmessagepattern.cpp592 int32_t typeIndex=index=skipWhiteSpace(index+1); local
596 int32_t length=index-typeIndex;
616 if(isChoice(typeIndex)) {
618 } else if(isPlural(typeIndex)) {
620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
631 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode);
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDialog.c1413 int typeIndex, i, indexDefaultOption = 0, result = TCL_ERROR;
1476 typeIndex = TYPE_OK;
1569 movableTypeStrings, "value", TCL_EXACT, &typeIndex)
1573 switch (typeIndex) {
1627 buttonIndexAndTypeToNativeButtonIndex[typeIndex][defaultButtonIndex];
1698 ind = nativeButtonIndexAndTypeToButtonIndex[typeIndex][itemHit];
1401 int typeIndex, i, indexDefaultOption = 0, result = TCL_ERROR; local
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTrace.c217 int typeIndex;
224 0, &typeIndex) != TCL_OK) {
227 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
236 int typeIndex;
247 0, &typeIndex) != TCL_OK) {
250 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
216 int typeIndex; local
235 int typeIndex; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp1865 for (unsigned typeIndex = 0; typeIndex < NUMBER_OF_TYPED_ARRAY_TYPES; ++typeIndex) {
1868 indexToTypedArrayType(typeIndex));
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c3132 int typeIndex;
3138 "option", 0, &typeIndex) != TCL_OK) {
3141 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
3120 int typeIndex; local

Completed in 205 milliseconds