Lines Matching defs:length
97 int32_t writeBranchSubNode(int32_t start, int32_t limit, int32_t unitIndex, int32_t length);
107 int32_t length, UErrorCode &errorCode);
319 length(len), next(nextNode) {}
323 int32_t length;
343 ListBranchNode() : BranchNode(0x444444), length(0) {}
349 units[length]=(char16_t)c;
350 equal[length]=NULL;
351 values[length]=value;
352 ++length;
357 units[length]=(char16_t)c;
358 equal[length]=node;
359 values[length]=0;
360 ++length;
365 int32_t length;
394 length(len), next(subNode) {}
399 int32_t length;
407 virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
413 virtual int32_t writeElementUnits(int32_t i, int32_t unitIndex, int32_t length) = 0;