HomeSort by relevance Sort by last modified time
    Searched full:roffset (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
colldata.cpp 522 int32_t roffset = offset + clength; local
525 if (roffset < maxOffset) {
526 rlength = minLengthInChars(ceList, roffset, history);
552 int32_t roffset = offset + 2; local
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
558 if (roffset < maxOffset) {
559 rlength = minLengthInChars(ceList, roffset, history);
569 int32_t roffset = offset; local
573 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 901 int32_t roffset = offset + clength; local
904 if (roffset < maxOffset) {
905 rlength = minLengthInChars(ceList, roffset, history);
934 int32_t roffset = offset + 2; local
937 //history[roffset++] = -1;
938 //history[roffset++] = 1;
940 if (roffset < maxOffset) {
941 rlength = minLengthInChars(ceList, roffset, history);
951 int32_t roffset = offset; local
955 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
corruptC.test 318 set roffset $tn
321 set roffset [random $fsize]
329 # set rline "$roffset $rbyte"
332 hexio_write test.db $roffset $rbyte
  /external/clang/include/clang/Basic/
SourceManager.h 482 bool getCachedResult(unsigned LOffset, unsigned ROffset) const {
486 if (RQueryFID != CommonFID) ROffset = RCommonOffset;
493 if (LOffset == ROffset)
496 return LOffset < ROffset;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 250 milliseconds