HomeSort by relevance Sort by last modified time
    Searched defs:nodenum (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 22 UCHAR nodenum[6]; member in struct:_IPX_ADDRESS_DATA
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 75 * @param nodeNum The number of the node among the list of all notes.
77 * otherwise the same as {@code nodeNum}.
79 void addNode(HtmlDocument.Node n, int nodeNum, int endNum);
486 int nodenum = Arrays.binarySearch(textPositions, textPos); local
487 if (nodenum >= 0) {
490 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
491 nodenum--;
495 nodenum = -nodenum - 1
506 int nodenum = Arrays.binarySearch(textPositions, textPos); local
999 int nodenum = nodes.size(); local
1010 int nodenum = nodes.size(); local
1022 int nodenum = nodes.size(); local
1031 int nodenum = nodes.size(); local
    [all...]

Completed in 73 milliseconds