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 44 int nativeIdx;
utxttest.cpp 186 cpMap[j].nativeIdx = i;
191 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string.
275 u8Map[j].nativeIdx = i;
279 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
366 nativeStart = nativeMap[srcIndex].nativeIdx;
367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
368 nativeDest = nativeMap[destIndex].nativeIdx;
370 u16Start = u16Map[srcIndex].nativeIdx;
371 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
372 u16Dest = u16Map[destIndex].nativeIdx;
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]

Completed in 1406 milliseconds