OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:byteslimit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp
761
const char *source, *sourceLimit, *
bytesLimit
;
767
bytesLimit
=source+cc.bytesLength;
778
sourceLimit=
bytesLimit
;
829
if(sourceLimit==
bytesLimit
) {
835
sourceLimit=(
bytesLimit
-source)>=step ? source+step :
bytesLimit
;
836
flush=(UBool)(cc.finalFlush && sourceLimit==
bytesLimit
);
857
c=ucnv_getNextUChar(cnv, &source,
bytesLimit
, pErrorCode);
861
if(source!=
bytesLimit
) {
895
// as with ucnv_getNextUChar(), we always flush (if we go to
bytesLimit
)
[
all
...]
/external/icu4c/test/intltest/
convtest.cpp
790
const char *source, *sourceLimit, *
bytesLimit
;
796
bytesLimit
=source+cc.bytesLength;
807
sourceLimit=
bytesLimit
;
858
if(sourceLimit==
bytesLimit
) {
864
sourceLimit=(
bytesLimit
-source)>=step ? source+step :
bytesLimit
;
865
flush=(UBool)(cc.finalFlush && sourceLimit==
bytesLimit
);
886
c=ucnv_getNextUChar(cnv, &source,
bytesLimit
, pErrorCode);
890
if(source!=
bytesLimit
) {
[
all
...]
Completed in 93 milliseconds