OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resultlimit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp
762
UChar *target, *targetLimit, *
resultLimit
;
768
resultLimit
=result+resultCapacity;
779
targetLimit=
resultLimit
;
811
} else if(targetLimit==
resultLimit
) {
817
targetLimit=(
resultLimit
-target)>=step ? target+step :
resultLimit
;
872
if(target==
resultLimit
) {
880
if(target==
resultLimit
) {
893
targetLimit=target<
resultLimit
? target+1 :
resultLimit
;
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java
126
public void setResultLimit(int
resultLimit
) {
127
mResultLimit =
resultLimit
;
/external/icu4c/test/intltest/
convtest.cpp
791
UChar *target, *targetLimit, *
resultLimit
;
797
resultLimit
=result+resultCapacity;
808
targetLimit=
resultLimit
;
840
} else if(targetLimit==
resultLimit
) {
846
targetLimit=(
resultLimit
-target)>=step ? target+step :
resultLimit
;
[
all
...]
/external/chromium_org/third_party/ply/
yacc.py
83
resultlimit
= 40 # Size limit of results when running in debug mode.
variable
146
if len(repr_str) >
resultlimit
:
147
repr_str = repr_str[:
resultlimit
]+" ..."
[
all
...]
Completed in 246 milliseconds