Home
last modified time | relevance | path

Searched refs:kk (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ddtoa.h149 const int kk = length + k; // 10^(kk-1) <= v < 10^kk in Prettify() local
151 if (length <= kk && kk <= 21) { in Prettify()
153 for (int i = length; i < kk; i++) in Prettify()
155 buffer[kk] = '.'; in Prettify()
156 buffer[kk + 1] = '0'; in Prettify()
157 return &buffer[kk + 2]; in Prettify()
159 else if (0 < kk && kk <= 21) { in Prettify()
161 std::memmove(&buffer[kk + 1], &buffer[kk], static_cast<size_t>(length - kk)); in Prettify()
162 buffer[kk] = '.'; in Prettify()
165 else if (-6 < kk && kk <= 0) { in Prettify()
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...