OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLimit
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regeximp.cpp
66
fChars(chars), fIndex(start),
fLimit
(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
80
if (fIndex >=
fLimit
) {
83
U16_NEXT(fChars, fIndex,
fLimit
, originalC);
regeximp.h
412
int64_t
fLimit
;
tznames_impl.cpp
369
int32_t
fLimit
; // Index to start of unused area at end of fStrings
376
fLimit
= 0;
427
int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->
fLimit
;
443
UChar *destString = &fChunks->fStrings[fChunks->
fLimit
];
445
fChunks->
fLimit
+= (length + 1);
[
all
...]
/external/icu/icu4c/source/i18n/
regeximp.cpp
66
fChars(chars), fIndex(start),
fLimit
(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
80
if (fIndex >=
fLimit
) {
83
U16_NEXT(fChars, fIndex,
fLimit
, originalC);
regeximp.h
399
int64_t
fLimit
;
tznames_impl.cpp
369
int32_t
fLimit
; // Index to start of unused area at end of fStrings
376
fLimit
= 0;
427
int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->
fLimit
;
443
UChar *destString = &fChunks->fStrings[fChunks->
fLimit
];
445
fChunks->
fLimit
+= (length + 1);
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h
58
int32_t
fLimit
; // How many iterations it should take to reach convergence
tsdate.cpp
37
fLimit
= 3;
74
fLimit
= 3;
85
fLimit
= 2;
200
if (stringMatch >
fLimit
|| dateMatch >
fLimit
)
203
errln((UnicodeString)"**** FAIL: No string and/or date match within " +
fLimit
/external/icu/icu4c/source/test/intltest/
tsdate.h
58
int32_t
fLimit
; // How many iterations it should take to reach convergence
tsdate.cpp
37
fLimit
= 3;
74
fLimit
= 3;
85
fLimit
= 2;
200
if (stringMatch >
fLimit
|| dateMatch >
fLimit
)
203
errln((UnicodeString)"**** FAIL: No string and/or date match within " +
fLimit
/external/chromium_org/third_party/icu/source/io/
ufile.c
79
result->str.
fLimit
= result->fUCBuffer;
169
result->str.
fLimit
= stringBuf+capacity;
190
endOfBuffer = (UBool)(f->str.fPos >= f->str.
fLimit
);
205
else if (file->str.fPos < file->str.
fLimit
) {
218
file->str.
fLimit
= file->fUCBuffer;
292
if ((file->str.fPos == file->str.fBuffer) && (file->str.
fLimit
== file->str.fBuffer)) {
ustdio.c
335
int32_t charsLeft = (int32_t)(f->str.
fLimit
- f->str.fPos);
420
dataSize = (int32_t)(str->
fLimit
- str->fPos);
478
str->
fLimit
= myTarget;
501
if (str->fPos >= str->
fLimit
) {
509
dataSize = (int32_t)(str->
fLimit
- str->fPos);
524
limit = str->
fLimit
;
576
dataSize = (int32_t)(str->
fLimit
- str->fPos);
591
if(f->str.fPos < f->str.
fLimit
){
597
if(f->str.fPos >= f->str.
fLimit
) {
600
if(f->str.fPos < f->str.
fLimit
) {
[
all
...]
ufile.h
49
const UChar *
fLimit
; /* data limit in fUCBuffer */
sscanf.c
113
inStr.str.
fLimit
= buffer + u_strlen(buffer);
uscanf_p.c
436
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
504
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
607
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
689
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
760
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
985
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
1041
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
1097
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
[
all
...]
/external/icu/icu4c/source/io/
ufile.c
79
result->str.
fLimit
= result->fUCBuffer;
169
result->str.
fLimit
= stringBuf+capacity;
190
endOfBuffer = (UBool)(f->str.fPos >= f->str.
fLimit
);
205
else if (file->str.fPos < file->str.
fLimit
) {
218
file->str.
fLimit
= file->fUCBuffer;
292
if ((file->str.fPos == file->str.fBuffer) && (file->str.
fLimit
== file->str.fBuffer)) {
ustdio.c
335
int32_t charsLeft = (int32_t)(f->str.
fLimit
- f->str.fPos);
420
dataSize = (int32_t)(str->
fLimit
- str->fPos);
478
str->
fLimit
= myTarget;
501
if (str->fPos >= str->
fLimit
) {
509
dataSize = (int32_t)(str->
fLimit
- str->fPos);
524
limit = str->
fLimit
;
576
dataSize = (int32_t)(str->
fLimit
- str->fPos);
591
if(f->str.fPos < f->str.
fLimit
){
597
if(f->str.fPos >= f->str.
fLimit
) {
600
if(f->str.fPos < f->str.
fLimit
) {
[
all
...]
ufile.h
49
const UChar *
fLimit
; /* data limit in fUCBuffer */
sscanf.c
113
inStr.str.
fLimit
= buffer + u_strlen(buffer);
uscanf_p.c
436
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
504
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
607
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
689
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
760
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
985
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
1041
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
1097
len = (int32_t)(input->str.
fLimit
- input->str.fPos);
[
all
...]
/external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java
337
for (int f = 0,
fLimit
= fds.length; f <
fLimit
; ++ f)
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 656 milliseconds