Searched defs:ahead (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/google_apis/
H A Dtime_util.cc23 bool ahead,
38 *out_offset_to_utc_in_minutes = (hour * 60 + minute) * (ahead ? +1 : -1);
22 ParseTimezone(const base::StringPiece& timezone, bool ahead, int* out_offset_to_utc_in_minutes) argument
/external/chromium_org/third_party/icu/source/common/
H A Dustring.c1033 * sufficient to look ahead one because of UTF-16;
1034 * safe to look ahead one because at worst that would be the terminating NUL
1284 int32_t ahead = *offset + 1; local
1286 if (c == 0x5C /*'\\'*/ && ahead < length) {
1287 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1290 *offset = ahead;
/external/icu4c/common/
H A Dustring.cpp1034 * sufficient to look ahead one because of UTF-16;
1035 * safe to look ahead one because at worst that would be the terminating NUL
1291 int32_t ahead = *offset + 1; local
1293 if (c == 0x5C /*'\\'*/ && ahead < length) {
1294 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1297 *offset = ahead;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds