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

  /external/icu4c/tools/genuca/
genuca.cpp 242 uint32_t contIndex = inverseTable[position][2] & UCOL_INV_OFFSETMASK;
245 if(contIndex+contSize < sContPos) {
246 /*fprintf(stderr, ".", sContPos, contIndex+contSize);*/
247 memcpy(stringContinue+contIndex+contSize+element->cSize+1, stringContinue+contIndex+contSize, (element->cSize+1)*sizeof(UChar));
250 stringContinue[contIndex+contSize-1] = 0xFFFF;
251 memcpy(stringContinue+contIndex+contSize, element->cPoints, element->cSize*sizeof(UChar));
253 stringContinue[contIndex+contSize+element->cSize] = 0xFFFE;
255 inverseTable[position][2] = ((contSize+element->cSize+1) << UCOL_INV_SHIFTVALUE) | contIndex;
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 76 milliseconds