OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prevLength
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/common/
ucnv_ext.cpp
679
int32_t length,
prevLength
;
713
if((
prevLength
=cnv->fromUnicodeStatus)!=0) {
717
if(
prevLength
>1 && length==1) {
721
} else if(
prevLength
==1 && length>1) {
[
all
...]
ucnvmbcs.cpp
[
all
...]
/external/skia/src/gpu/
GrTRecorder.h
201
int
prevLength
= 0;
205
prevLength
= lastHeader->fTotalLength;
226
header->fPrevLength =
prevLength
;
/external/skqp/src/gpu/
GrTRecorder.h
201
int
prevLength
= 0;
205
prevLength
= lastHeader->fTotalLength;
226
header->fPrevLength =
prevLength
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java
283
int
prevLength
= toAppendTo.length();
306
if (
prevLength
> 0 && fpos.getEndIndex() != 0) {
307
fpos.setBeginIndex(fpos.getBeginIndex() +
prevLength
);
308
fpos.setEndIndex(fpos.getEndIndex() +
prevLength
);
391
int
prevLength
= appendTo.length();
393
if (
prevLength
> 0 && fpos.getEndIndex() > 0) {
394
fpos.setBeginIndex(fpos.getBeginIndex() +
prevLength
);
395
fpos.setEndIndex(fpos.getEndIndex() +
prevLength
);
[
all
...]
MessageFormat.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java
305
int
prevLength
= toAppendTo.length();
328
if (
prevLength
> 0 && fpos.getEndIndex() != 0) {
329
fpos.setBeginIndex(fpos.getBeginIndex() +
prevLength
);
330
fpos.setEndIndex(fpos.getEndIndex() +
prevLength
);
417
int
prevLength
= appendTo.length();
419
if (
prevLength
> 0 && fpos.getEndIndex() > 0) {
420
fpos.setBeginIndex(fpos.getBeginIndex() +
prevLength
);
421
fpos.setEndIndex(fpos.getEndIndex() +
prevLength
);
[
all
...]
MessageFormat.java
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
497
* MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle
prevLength
correctly.
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
/external/testng/ant/
ivy-2.1.0.jar
/external/kotlinc/lib/
kotlin-main-kts.jar
Completed in 2638 milliseconds