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

  /external/chromium/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
uvector.h 323 int32_t peeki(void) const;
406 inline int32_t UStack::peeki(void) const { function in class:UStack
triedict.cpp 298 StackBranch where = (StackBranch) fBranchStack.peeki();
347 where = (StackBranch) fBranchStack.peeki();
823 const CompactTrieNode *node = getCompactNode(fInfo, fNodeStack.peeki());
824 int where = fIndexStack.peeki();
828 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
840 node = getCompactNode(fInfo, fNodeStack.peeki());
841 where = fIndexStack.peeki();
859 node = getCompactNode(fInfo, fNodeStack.peeki());
860 where = fIndexStack.peeki();
882 node = getCompactNode(fInfo, fNodeStack.peeki());
    [all...]
dictbe.cpp 422 if (foundBreaks.peeki() >= rangeEnd) {
703 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 323 int32_t peeki(void) const;
406 inline int32_t UStack::peeki(void) const { function in class:UStack
triedict.cpp 266 StackBranch where = (StackBranch) fBranchStack.peeki();
315 where = (StackBranch) fBranchStack.peeki();
598 const CompactTrieNode *node = getCompactNode(fHeader, fNodeStack.peeki());
599 int where = fIndexStack.peeki();
607 node = getCompactNode(fHeader, fNodeStack.peeki());
608 where = fIndexStack.peeki();
626 node = getCompactNode(fHeader, fNodeStack.peeki());
627 where = fIndexStack.peeki();
649 node = getCompactNode(fHeader, fNodeStack.peeki());
650 where = fIndexStack.peeki();
    [all...]
dictbe.cpp 417 if (foundBreaks.peeki() >= rangeEnd) {
rbbi.cpp     [all...]
  /external/chromium/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/chromium/third_party/icu/source/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 613 milliseconds