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

  /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 332 int32_t peeki(void) const;
415 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) {
646 if (foundBreaks.peeki() >= rangeEnd) {
rbbi.cpp     [all...]
  /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/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 209 milliseconds