OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_length
(Results
101 - 125
of
133
) sorted by null
1
2
3
4
5
6
/external/chromium_org/webkit/glue/resources/
webkit_strings_fil.xtb
91
<translation id="2226276347425096477">Mangyaring paikliin ang tekstong ito ng <ph name="MAX_CHARACTERS"/> (na) character o mas mababa (kasalukuyan kang gumagamit ng <ph name="
CURRENT_LENGTH
"/> (na) character).</translation>
webkit_strings_hr.xtb
91
<translation id="2226276347425096477">Skratite taj tekst na <ph name="MAX_CHARACTERS"/> znakova ili manje (trenuta?no upotrebljavate <ph name="
CURRENT_LENGTH
"/> znakova).</translation>
webkit_strings_id.xtb
91
<translation id="2226276347425096477">Pendekkan teks ini menjadi <ph name="MAX_CHARACTERS"/> karakter atau kurang (saat ini Anda menggunakan <ph name="
CURRENT_LENGTH
"/> karakter).</translation>
webkit_strings_it.xtb
91
<translation id="2226276347425096477">Riduci questo testo a <ph name="MAX_CHARACTERS"/> caratteri o meno (attualmente stai utilizzando <ph name="
CURRENT_LENGTH
"/> caratteri).</translation>
webkit_strings_lt.xtb
91
<translation id="2226276347425096477">Sutrumpinkite ?? tekst? iki <ph name="MAX_CHARACTERS"/> simb. ar ma?iau (?iuo metu naudojate <ph name="
CURRENT_LENGTH
"/> simb.).</translation>
webkit_strings_ms.xtb
91
<translation id="2226276347425096477">Sila pendekkan teks ini menjadi <ph name="MAX_CHARACTERS"/> aksara atau kurang (anda kini menggunakan <ph name="
CURRENT_LENGTH
"/> aksara).</translation>
webkit_strings_nl.xtb
91
<translation id="2226276347425096477">Kort deze tekst in tot <ph name="MAX_CHARACTERS"/> tekens of minder (je gebruikt momenteel <ph name="
CURRENT_LENGTH
"/> tekens).</translation>
webkit_strings_no.xtb
91
<translation id="2226276347425096477">Forkort denne teksten til <ph name="MAX_CHARACTERS"/> tegn eller fćrre (for řyeblikket bruker du <ph name="
CURRENT_LENGTH
"/> tegn).</translation>
webkit_strings_pl.xtb
91
<translation id="2226276347425096477">Skró? ten tekst do maksymalnie <ph name="MAX_CHARACTERS"/> znaków (w tej chwili korzystasz z <ph name="
CURRENT_LENGTH
"/> znaków).</translation>
webkit_strings_pt-BR.xtb
91
<translation id="2226276347425096477">Reduza este texto para <ph name="MAX_CHARACTERS"/> caracteres ou menos (vocę está usando <ph name="
CURRENT_LENGTH
"/> caracteres).</translation>
webkit_strings_pt-PT.xtb
91
<translation id="2226276347425096477">Encurte este texto para <ph name="MAX_CHARACTERS"/> caracteres ou menos (está actualmente a utilizar <ph name="
CURRENT_LENGTH
"/> caracteres).</translation>
webkit_strings_sk.xtb
91
<translation id="2226276347425096477">Tento text musíte skráti? na <ph name="MAX_CHARACTERS"/> znakov alebo menej (sú?asný po?et znakov: <ph name="
CURRENT_LENGTH
"/>).</translation>
webkit_strings_sl.xtb
91
<translation id="2226276347425096477">Skraj?ajte to besedilo na <ph name="MAX_CHARACTERS"/> znakov ali manj (trenutno uporabljate <ph name="
CURRENT_LENGTH
"/> znakov).</translation>
webkit_strings_sv.xtb
91
<translation id="2226276347425096477">Förkorta texten till <ph name="MAX_CHARACTERS"/> tecken eller mindre (nu är texten <ph name="
CURRENT_LENGTH
"/> tecken).</translation>
webkit_strings_sw.xtb
91
<translation id="2226276347425096477">Tafadhali fupisha maandishi haya hadi vibambo <ph name="MAX_CHARACTERS"/> au chini (kwa sasa unatumia vibambo <ph name="
CURRENT_LENGTH
"/> ).</translation>
webkit_strings_ca.xtb
91
<translation id="2226276347425096477">Escurceu aquest text a un mŕxim de <ph name="MAX_CHARACTERS"/> carŕcters (ara n'esteu utilitzant <ph name="
CURRENT_LENGTH
"/>).</translation>
webkit_strings_es-419.xtb
91
<translation id="2226276347425096477">Acorta este texto a <ph name="MAX_CHARACTERS"/> caracteres o menos (actualmente estás usando <ph name="
CURRENT_LENGTH
"/> caracteres).</translation>
webkit_strings_es.xtb
91
<translation id="2226276347425096477">Reduce la longitud de este texto a <ph name="MAX_CHARACTERS"/> caracteres o menos (actualmente, el texto tiene <ph name="
CURRENT_LENGTH
"/> caracteres)</translation>
webkit_strings_fr.xtb
91
<translation id="2226276347425096477">Veuillez réduire ce texte ŕ <ph name="MAX_CHARACTERS"/> caractčres maximum (il compte actuellement <ph name="
CURRENT_LENGTH
"/> caractčres).</translation>
webkit_strings_hu.xtb
91
<translation id="2226276347425096477">Kérjük, rövidítse le a szöveget legfeljebb <ph name="MAX_CHARACTERS"/> karakterre (jelenleg <ph name="
CURRENT_LENGTH
"/> karaktert használ).</translation>
webkit_strings_lv.xtb
91
<translation id="2226276347425096477">L?dzu, sa?siniet ?o tekstu l?dz <ph name="MAX_CHARACTERS"/> vai maz?k z?m?m (pa?reiz tas ietver <ph name="
CURRENT_LENGTH
"/> rakstz?mes).</translation>
webkit_strings_ro.xtb
91
<translation id="2226276347425096477">Mic?ora?i acest text la cel mult <ph name="MAX_CHARACTERS"/> (de) caractere (în prezent utiliza?i <ph name="
CURRENT_LENGTH
"/> (de) caractere).</translation>
/external/icu4c/common/unicode/
caniter.h
176
int32_t
current_length
;
member in class:CanonicalIterator
/external/v8/src/
utils.h
629
int
current_length
= current_chunk_.length();
630
if (
current_length
< kMinCapacity) {
635
int growth =
current_length
* (growth_factor - 1);
639
new_capacity =
current_length
+ growth;
/external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc
124
DWORD
current_length
= 0;
local
126
hr = buffer->Lock(&destination, &max_length, &
current_length
);
129
CHECK_EQ(
current_length
, 0u);
[
all
...]
Completed in 1040 milliseconds
1
2
3
4
5
6