OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevlength
(Results
1 - 11
of
11
) sorted by null
/external/zopfli/src/zopfli/
cache.c
86
unsigned
prevlength
= 0;
local
96
for (i =
prevlength
; i <= length; i++) {
100
prevlength
= length + 1;
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
[
all
...]
ucnv_ext.cpp
676
int32_t length,
prevLength
;
707
if((
prevLength
=cnv->fromUnicodeStatus)!=0) {
711
if(
prevLength
>1 && length==1) {
715
} else if(
prevLength
==1 && length>1) {
[
all
...]
ucnv2022.cpp
470
cnv->fromUnicodeStatus=1; /*
prevLength
*/
[
all
...]
/external/icu/icu4c/source/common/
ucnvmbcs.c
[
all
...]
ucnv_ext.cpp
676
int32_t length,
prevLength
;
707
if((
prevLength
=cnv->fromUnicodeStatus)!=0) {
711
if(
prevLength
>1 && length==1) {
715
} else if(
prevLength
==1 && length>1) {
[
all
...]
ucnv2022.cpp
453
cnv->fromUnicodeStatus=1; /*
prevLength
*/
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
msgfmt.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
msgfmt.h
[
all
...]
Completed in 364 milliseconds