OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basiclength
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
punycode.c
185
int32_t n, delta, handledCPCount,
basicLength
, destLength, bias, j, m, q, k, t, srcCPCount;
274
basicLength
=destLength;
275
if(
basicLength
>0) {
284
*
basicLength
is the number of basic code points
294
for(handledCPCount=
basicLength
; handledCPCount<srcCPCount; /* no op */) {
358
bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==
basicLength
));
376
int32_t n, destLength, i, bias,
basicLength
, j, in, oldi, w, k, digit, t,
396
* Let
basicLength
be the number of input code points
398
* then copy the first
basicLength
code points to the output.
407
destLength=
basicLength
=destCPCount=j
[
all
...]
/external/webkit/Source/WebCore/dom/
StyledElement.cpp
353
int
basicLength
= (color.length() + 2) / 3;
354
if (
basicLength
> 1) {
359
int maxDigit =
basicLength
-1;
363
while (pos < (int)color.length() && numDigits <
basicLength
) {
372
while (numDigits++ <
basicLength
)
376
maxDigit =
basicLength
- maxDigit;
/cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java
225
int
basicLength
= Integer.toString(value).length();
227
for (int i = 0; i < (maxLength -
basicLength
); i++) {
Completed in 1314 milliseconds