HomeSort by relevance Sort by last modified time
    Searched defs:titleStart (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
ucasemap.cpp 264 int32_t prev, titleStart, titleLimit, idx, destIndex, length;
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-prev
    [all...]
ustrcase.cpp 171 int32_t prev, titleStart, titleLimit, idx, destIndex, length;
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-prev
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2201 milliseconds