OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nodenum
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java
71
* @param
nodeNum
The number of the node among the list of all notes.
73
* otherwise the same as {@code
nodeNum
}.
75
void addNode(HtmlDocument.Node n, int
nodeNum
, int endNum);
449
int
nodenum
= Arrays.binarySearch(textPositions, textPos);
local
450
if (
nodenum
>= 0) {
453
while ((
nodenum
- 1) >= 0 && textPositions[
nodenum
- 1] == textPos) {
454
nodenum
--;
458
nodenum
= -
nodenum
- 1
469
int
nodenum
= Arrays.binarySearch(textPositions, textPos);
local
[
all
...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java
74
* @param
nodeNum
The number of the node among the list of all notes.
76
* otherwise the same as {@code
nodeNum
}.
78
void addNode(HtmlDocument.Node n, int
nodeNum
, int endNum);
482
int
nodenum
= Arrays.binarySearch(textPositions, textPos);
local
483
if (
nodenum
>= 0) {
486
while ((
nodenum
- 1) >= 0 && textPositions[
nodenum
- 1] == textPos) {
487
nodenum
--;
491
nodenum
= -
nodenum
- 1
502
int
nodenum
= Arrays.binarySearch(textPositions, textPos);
local
960
int
nodenum
= nodes.size();
local
971
int
nodenum
= nodes.size();
local
983
int
nodenum
= nodes.size();
local
992
int
nodenum
= nodes.size();
local
[
all
...]
Completed in 58 milliseconds