OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isbreak
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.cpp
86
if (!it.
isBreak
(characterLengthLimit))
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
StringTruncator.cpp
47
if (it.
isBreak
(offset))
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIterator.h
190
bool
isBreak
(int offset) const;
TextBreakIteratorICU.cpp
632
bool NonSharedCharacterBreakIterator::
isBreak
(int offset) const
/ndk/sources/host-tools/nawk-20071023/
awk.h
186
#define
isbreak
(n) ((n)->csub == JBREAK)
macro
run.c
200
if (
isbreak
(x) || isnext(x) || iscont(x))
1381
if (
isbreak
(x)) {
1397
if (
isbreak
(x))
1422
if (
isbreak
(x)) /* turn off break */
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java
778
boolean
isBreak
= false;
841
isBreak
= true;
846
if (!
isBreak
&& !mCreateCandidateDone) {
[
all
...]
Completed in 517 milliseconds