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

  /external/icu/icu4c/source/test/intltest/
utxttest.h 41 int nativeIdx;
utxttest.cpp 180 cpMap[j].nativeIdx = i;
185 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string.
269 u8Map[j].nativeIdx = i;
273 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
360 nativeStart = nativeMap[srcIndex].nativeIdx;
361 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
362 nativeDest = nativeMap[destIndex].nativeIdx;
364 u16Start = u16Map[srcIndex].nativeIdx;
365 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
366 u16Dest = u16Map[destIndex].nativeIdx;
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]

Completed in 678 milliseconds