Searched refs:peeki (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duvectr32.h200 int32_t peeki(void) const;
284 inline int32_t UVector32::peeki(void) const { function in class:UVector32
H A Duvector.h323 int32_t peeki(void) const;
406 inline int32_t UStack::peeki(void) const { function in class:UStack
H A Dtriedict.cpp286 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...]
H A Ddictbe.cpp420 if (foundBreaks.peeki() >= rangeEnd) {
701 if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) {
H A Drbbi.cpp1685 if (endPos > breaks.peeki()) {
/external/icu4c/common/
H A Duvectr32.h200 int32_t peeki(void) const;
284 inline int32_t UVector32::peeki(void) const { function in class:UVector32
H A Duvector.h314 int32_t peeki(void) const;
397 inline int32_t UStack::peeki(void) const { function in class:UStack
H A Ddictbe.cpp410 if (foundBreaks.peeki() >= rangeEnd) {
639 if (foundBreaks.peeki() >= rangeEnd) {
923 if (foundBreaks.size() == 0 || foundBreaks.peeki() < rangeStart) {
H A Drbbi.cpp1756 if (endPos > breaks.peeki()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dv32test.cpp434 // peeki
439 TEST_ASSERT(a->peeki() == 10);
441 TEST_ASSERT(a->peeki() == 20);
443 TEST_ASSERT(a->peeki() == 30);
/external/icu4c/test/intltest/
H A Dv32test.cpp434 // peeki
439 TEST_ASSERT(a->peeki() == 10);
441 TEST_ASSERT(a->peeki() == 20);
443 TEST_ASSERT(a->peeki() == 30);
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp1586 U_ASSERT(fSetOpStack.peeki()==setStart);
1679 int32_t tosOp = fSetOpStack.peeki();
4273 int32_t pendingSetOperation = fSetOpStack.peeki();
/external/icu4c/i18n/
H A Dregexcmp.cpp1630 U_ASSERT(fSetOpStack.peeki()==setStart);
1723 int32_t tosOp = fSetOpStack.peeki();
4249 int32_t pendingSetOperation = fSetOpStack.peeki();

Completed in 2933 milliseconds