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

  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 173 kStart,
179 State state = kStart;
185 case kStart:
207 state = kStart;
217 state = kStart;
226 state = kStart;
233 state = kStart;
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 296 case kStart:
323 case kStart:
  /external/icu/icu4c/source/common/
uchriter.cpp 297 case kStart:
324 case kStart:
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 261 * it.move32(3, CharacterIterator::kStart);
362 enum EOrigin { kStart, kCurrent, kEnd };
585 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
598 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
687 return move(0, kStart);
uchriter.h 318 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
331 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
  /external/icu/icu4c/source/common/unicode/
chariter.h 261 * it.move32(3, CharacterIterator::kStart);
362 enum EOrigin { kStart, kCurrent, kEnd };
591 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
604 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
693 return move(0, kStart);
uchriter.h 318 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
331 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 79 case kStart:
102 case kStart:
568 i=iter.move32(1, CharacterIterator::kStart);
571 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 80 case kStart:
103 case kStart:
569 i=iter.move32(1, CharacterIterator::kStart);
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
    [all...]
  /external/chromium_org/ui/app_list/
pagination_model_unittest.cc 216 // one will be reversed by the kStart transition and the second one will be
  /external/valgrind/main/coregrind/
m_transtab.c 1677 Int i, j, k, kstart, sno; local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 306 * axis (X or Y) will fit exactly. kStart aligns the result to the
  /external/skia/include/core/
SkMatrix.h 306 * axis (X or Y) will fit exactly. kStart aligns the result to the
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 749 const int kStart = GetCursorPositionX(5);
751 gfx::Point start_point(kStart, 0);
    [all...]

Completed in 361 milliseconds