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

  /external/chromium_org/third_party/icu/source/test/intltest/
v32test.cpp 434 // peeki
439 TEST_ASSERT(a->peeki() == 10);
441 TEST_ASSERT(a->peeki() == 20);
443 TEST_ASSERT(a->peeki() == 30);
  /external/icu4c/test/intltest/
v32test.cpp 434 // peeki
439 TEST_ASSERT(a->peeki() == 10);
441 TEST_ASSERT(a->peeki() == 20);
443 TEST_ASSERT(a->peeki() == 30);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
freebasic.php 68 "pascal", "pcopy", "peek", "peeki", "peeks", "pipe", "pmap", "point", "pointer",
  /external/chromium_org/third_party/icu/source/common/
uvectr32.h 200 int32_t peeki(void) const;
284 inline int32_t UVector32::peeki(void) const { function in class:UVector32
triedict.cpp 286 StackBranch where = (StackBranch) fBranchStack.peeki();
335 where = (StackBranch) fBranchStack.peeki();
812 const CompactTrieNode *node = getCompactNode(fInfo, fNodeStack.peeki());
813 int where = fIndexStack.peeki();
817 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
829 node = getCompactNode(fInfo, fNodeStack.peeki());
830 where = fIndexStack.peeki();
848 node = getCompactNode(fInfo, fNodeStack.peeki());
849 where = fIndexStack.peeki();
871 node = getCompactNode(fInfo, fNodeStack.peeki());
    [all...]
uvector.h 323 int32_t peeki(void) const;
406 inline int32_t UStack::peeki(void) const { function in class:UStack
uvectr64.h 189 //int64_t peeki(void) const;
dictbe.cpp 420 if (foundBreaks.peeki() >= rangeEnd) {
701 if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) {
rbbi.cpp     [all...]
  /external/icu4c/common/
uvectr32.h 200 int32_t peeki(void) const;
284 inline int32_t UVector32::peeki(void) const { function in class:UVector32
uvector.h 314 int32_t peeki(void) const;
397 inline int32_t UStack::peeki(void) const { function in class:UStack
uvectr64.h 189 //int64_t peeki(void) const;
dictbe.cpp 410 if (foundBreaks.peeki() >= rangeEnd) {
639 if (foundBreaks.peeki() >= rangeEnd) {
    [all...]
rbbi.cpp     [all...]
  /external/chromium_org/third_party/icu/patches/
segmentation.patch 337 + if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 736 milliseconds