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

/external/icu4c/common/
H A Ducasemap.cpp264 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
306 * a) uncased characters (copy as-is) [prev..titleStart[
307 * b) first case letter (titlecase) [titleStart..titleLimit[
311 /* find and copy uncased characters [prev..titleStart[ */
312 titleStart=titleLimit=prev;
315 /* Adjust the titlecasing index (titleStart) to the next cased character. */
317 titleStart=titleLimit;
321 * stop with titleStart==titleLimit==index
327 break; /* cased letter at [titleStart..titleLimit[ */
330 length=titleStart
[all...]
H A Dustrcase.cpp171 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
213 * a) uncased characters (copy as-is) [prev..titleStart[
214 * b) first case letter (titlecase) [titleStart..titleLimit[
218 /* find and copy uncased characters [prev..titleStart[ */
219 titleStart=titleLimit=prev;
222 /* Adjust the titlecasing index (titleStart) to the next cased character. */
224 titleStart=titleLimit;
228 * stop with titleStart==titleLimit==index
234 break; /* cased letter at [titleStart..titleLimit[ */
237 length=titleStart
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducasemap.c277 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
322 * a) uncased characters (copy as-is) [prev..titleStart[
323 * b) first case letter (titlecase) [titleStart..titleLimit[
327 /* find and copy uncased characters [prev..titleStart[ */
328 titleStart=titleLimit=prev;
331 /* Adjust the titlecasing index (titleStart) to the next cased character. */
333 titleStart=titleLimit;
337 * stop with titleStart==titleLimit==index
343 break; /* cased letter at [titleStart..titleLimit[ */
346 length=titleStart
[all...]
H A Dustrcase.c216 int32_t prev, titleStart, titleLimit, idx, destIndex, length; local
257 * a) uncased characters (copy as-is) [prev..titleStart[
258 * b) first case letter (titlecase) [titleStart..titleLimit[
262 /* find and copy uncased characters [prev..titleStart[ */
263 titleStart=titleLimit=prev;
266 /* Adjust the titlecasing index (titleStart) to the next cased character. */
268 titleStart=titleLimit;
272 * stop with titleStart==titleLimit==index
278 break; /* cased letter at [titleStart..titleLimit[ */
281 length=titleStart
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java351 int titleStart = (int) (RATIO * this.imageWidth);
372 Rectangle emptyZone = new Rectangle(warningImageEnd, labelvpos, titleStart-warningImageEnd, imageData.height);
376 Rectangle deltaZone = new Rectangle(labelxpos, labelvpos-2, titleStart-labelxpos, labelExtent.y+4);
385 int x= titleStart;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 119 milliseconds