HomeSort by relevance Sort by last modified time
    Searched refs:iterOptions (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CaseMapImpl.java 205 int iterOptions = options & TITLECASE_ITERATOR_MASK;
206 if (iterOptions !=0 && iterOptions != newOption) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CaseMapImpl.java 201 int iterOptions = options & TITLECASE_ITERATOR_MASK;
202 if (iterOptions !=0 && iterOptions != newOption) {
    [all...]

Completed in 105 milliseconds