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

/macosx-10.9.5/CF-855.17/
H A DCFDateFormatter.c1048 Boolean isInQuote = false, hasA = false, had12Hour = false, had24Hour = false; local
1053 case '\'': isInQuote = !isInQuote; break;
1054 case 'j': if (!isInQuote) {if (-1 == firstHour) firstHour = CFStringGetLength(outString); if (doForce24) ch = 'H'; else ch = 'h';} break;
1055 case 'h': if (!isInQuote) {if (-1 == firstHour) firstHour = CFStringGetLength(outString); had12Hour = true; if (doForce24) ch = 'H';} break; // switch 12-hour to 24-hour
1056 case 'K': if (!isInQuote) {if (-1 == firstHour) firstHour = CFStringGetLength(outString); had12Hour = true; if (doForce24) ch = 'k';} break; // switch 12-hour to 24-hour
1057 case 'H': if (!isInQuote) {if (-1 == firstHour) firstHour = CFStringGetLength(outString); had24Hour = true; if (doForce12) ch = 'h';} break; // switch 24-hour to 12-hour
1058 case 'k': if (!isInQuote) {if (-1 == firstHour) firstHour = CFStringGetLength(outString); had24Hour = true; if (doForce12) ch = 'K';} break; // switch 24-hour to 12-hour
1059 case 'm': if (!isInQuote) lastMinute = CFStringGetLength(outString); break;
1060 case 's': if (!isInQuote) lastSecon
1165 Boolean isInQuote = false, hasA = false, had12Hour = false, had24Hour = false; local
[all...]

Completed in 75 milliseconds