OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peeki
(Results
1 - 13
of
13
) sorted by null
/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
uvector.h
323
int32_t
peeki
(void) const;
406
inline int32_t UStack::
peeki
(void) const {
function in class:UStack
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
...]
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
dictbe.cpp
410
if (foundBreaks.
peeki
() >= rangeEnd) {
639
if (foundBreaks.
peeki
() >= rangeEnd) {
[
all
...]
rbbi.cpp
[
all
...]
/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/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp
[
all
...]
/external/icu4c/i18n/
regexcmp.cpp
[
all
...]
Completed in 6584 milliseconds