OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_length
(Results
76 - 100
of
133
) sorted by null
1
2
3
4
5
6
/external/chromium_org/webkit/glue/resources/
webkit_strings_fa.xtb
91
<translation id="2226276347425096477">????? ??? ??? ?? ?? ?????? <ph name="MAX_CHARACTERS"/> ????? ?? ???? ????? ???? (??? ?? ??? ???? ?? <ph name="
CURRENT_LENGTH
"/> ????? ??????? ???????).</translation>
webkit_strings_gu.xtb
91
<translation id="2226276347425096477">???? ????? ? ????????? <ph name="MAX_CHARACTERS"/> ????? ???? ???? ??? ???? ???? ??? (??? ?????? <ph name="
CURRENT_LENGTH
"/> ???????? ????? ??? ????? ??).</translation>
webkit_strings_hi.xtb
91
<translation id="2226276347425096477">????? ?? ??????? ?? <ph name="MAX_CHARACTERS"/> ?????? ?? ?? ?? ???? ???? (??????? ??? ?? <ph name="
CURRENT_LENGTH
"/> ?????? ?? ????? ?? ??? ???).</translation>
webkit_strings_iw.xtb
91
<translation id="2226276347425096477">??? ???? ?? ?-<ph name="MAX_CHARACTERS"/> ????? ?? ???? (??? ????? ??? ?-<ph name="
CURRENT_LENGTH
"/> ?????).</translation>
webkit_strings_ja.xtb
91
<translation id="2226276347425096477">????????? <ph name="MAX_CHARACTERS"/> ?????????????????? <ph name="
CURRENT_LENGTH
"/> ??????</translation>
webkit_strings_kn.xtb
91
<translation id="2226276347425096477">???????? ? ????????? <ph name="MAX_CHARACTERS"/> ?????????? ???? ?????????? ??????? ??????????? (???? ???????????? <ph name="
CURRENT_LENGTH
"/> ??????????? ??????????????).</translation>
webkit_strings_ko.xtb
91
<translation id="2226276347425096477">? ???? <ph name="MAX_CHARACTERS"/>? ??? ????(?? <ph name="
CURRENT_LENGTH
"/>? ?? ?).</translation>
webkit_strings_ml.xtb
91
<translation id="2226276347425096477">? ???????? <ph name="MAX_CHARACTERS"/> ???????????? ?????????????? ????????????? ?????? ?????????? (???????? ???????? <ph name="
CURRENT_LENGTH
"/> ???????????? ???????????????).</translation>
webkit_strings_mr.xtb
91
<translation id="2226276347425096477">????? ?? ????? <ph name="MAX_CHARACTERS"/> ???? ???? ????? ??? ??? (??? ????? <ph name="
CURRENT_LENGTH
"/> ???? ????? ????).</translation>
webkit_strings_ru.xtb
91
<translation id="2226276347425096477">????? ?????? ?? ?????? ????????? <ph name="MAX_CHARACTERS"/> ????. (?????? <ph name="
CURRENT_LENGTH
"/> ????.).</translation>
webkit_strings_sr.xtb
91
<translation id="2226276347425096477">???????? ???? ????? ?? <ph name="MAX_CHARACTERS"/> ????(??)? ??? ???? (???????? ????????? <ph name="
CURRENT_LENGTH
"/> ????(??)?).</translation>
webkit_strings_ta.xtb
91
<translation id="2226276347425096477">???? ????? <ph name="MAX_CHARACTERS"/> ???????????????? ?????? ???????? ??????? ??????????????? (??????? ??????? <ph name="
CURRENT_LENGTH
"/> ?????????????????? ????????????????????).</translation>
webkit_strings_te.xtb
91
<translation id="2226276347425096477">?????? ? ???????? <ph name="MAX_CHARACTERS"/> ????????? ???? ??????? ?????? (???? ????????? <ph name="
CURRENT_LENGTH
"/> ????????? ????????????????)?? ??????????.</translation>
webkit_strings_th.xtb
91
<translation id="2226276347425096477">???????????????????????????????? <ph name="MAX_CHARACTERS"/> ?????? (????????????????????? <ph name="
CURRENT_LENGTH
"/> ??????)</translation>
webkit_strings_uk.xtb
91
<translation id="2226276347425096477">????????? ????? ?? ????? ????????? ???????? ??? ?????: <ph name="MAX_CHARACTERS"/> (?????? ??????????? ????????: <ph name="
CURRENT_LENGTH
"/>).</translation>
webkit_strings_zh-CN.xtb
91
<translation id="2226276347425096477">???????? <ph name="MAX_CHARACTERS"/> ????????????? <ph name="
CURRENT_LENGTH
"/> ?????</translation>
webkit_strings_zh-TW.xtb
91
<translation id="2226276347425096477">????????? <ph name="MAX_CHARACTERS"/> ????? (??????? <ph name="
CURRENT_LENGTH
"/> ?)?</translation>
webkit_strings_cs.xtb
91
<translation id="2226276347425096477">Zkra?te prosím tento text na <ph name="MAX_CHARACTERS"/> znak? nebo mén?. (Aktuáln? má <ph name="
CURRENT_LENGTH
"/> znak?.)</translation>
webkit_strings_da.xtb
91
<translation id="2226276347425096477">Forkort denne tekst til <ph name="MAX_CHARACTERS"/> tegn eller færre (du bruger i øjeblikket <ph name="
CURRENT_LENGTH
"/> tegn).</translation>
webkit_strings_de.xtb
91
<translation id="2226276347425096477">Kürzen Sie diesen Text auf max. <ph name="MAX_CHARACTERS"/> Zeichen. Zurzeit verwenden Sie <ph name="
CURRENT_LENGTH
"/> Zeichen.</translation>
webkit_strings_en-GB.xtb
91
<translation id="2226276347425096477">Please shorten this text to <ph name="MAX_CHARACTERS"/> characters or less (you are currently using <ph name="
CURRENT_LENGTH
"/> characters).</translation>
webkit_strings_et.xtb
91
<translation id="2226276347425096477">Lühendage seda teksti <ph name="MAX_CHARACTERS"/> tähemärgini või rohkem (praegu kasutate <ph name="
CURRENT_LENGTH
"/> tähemärki).</translation>
webkit_strings_fi.xtb
91
<translation id="2226276347425096477">Lyhennä tämä teksti alle <ph name="MAX_CHARACTERS"/> merkkiin (tällä hetkellä käytössä <ph name="
CURRENT_LENGTH
"/> merkkiä).</translation>
/external/chromium_org/third_party/icu/source/common/unicode/
caniter.h
174
int32_t
current_length
;
member in class:CanonicalIterator
/external/chromium_org/v8/src/
utils.h
721
int
current_length
= current_chunk_.length();
722
if (
current_length
< kMinCapacity) {
727
int growth =
current_length
* (growth_factor - 1);
731
new_capacity =
current_length
+ growth;
[
all
...]
Completed in 642 milliseconds
1
2
3
4
5
6