| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 130 String lowerStr = toLowerCase(valueStr); 243 String oid = lowerStr.substring(oidStartPos, pos-1); 332 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, pos-1); 339 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 362 pos = readQuotedString(valueStr, lowerStr, userBuffer, 404 pos = readWOID(lowerStr, woidBuffer, pos); 454 pos = readWOID(lowerStr, woidBuffer, pos-1); 499 pos = readWOID(lowerStr, woidBuffer, pos); 521 pos = readWOID(lowerStr, woidBuffer, pos-1); 542 pos = readWOID(lowerStr, woidBuffe 831 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 909 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 128 String lowerStr = toLowerCase(valueStr); 266 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, pos-1); 273 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 296 pos = readQuotedString(valueStr, lowerStr, userBuffer, 328 pos = readWOID(lowerStr, woidBuffer, pos); 359 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 422 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 441 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 454 LocalizableMessage message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 513 LocalizableMessage message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 701 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 779 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleUseSyntax.java | 129 String lowerStr = toLowerCase(valueStr); 242 String oid = lowerStr.substring(oidStartPos, pos-1); 314 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, pos-1); 321 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 344 pos = readQuotedString(valueStr, lowerStr, userBuffer, 386 pos = readWOID(lowerStr, woidBuffer, pos); 407 pos = readWOID(lowerStr, woidBuffer, pos-1); 598 * @param lowerStr The all-lowercase representation of the matching rule 613 private static int readQuotedString(String valueStr, String lowerStr, argument 620 int length = lowerStr 690 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 261 String lowerStr = toLowerCase(valueStr); 385 oid = lowerStr.substring(oidStartPos, (pos-1)); 481 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 489 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 557 pos = readWOID(lowerStr, woidBuffer, (pos)); 611 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 659 pos = readWOID(lowerStr, woidBuffer, (pos)); 704 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 744 pos = readWOID(lowerStr, woidBuffe 1105 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 1186 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 262 String lowerStr = toLowerCase(valueStr); 402 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 410 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 433 pos = readQuotedString(valueStr, lowerStr, userBuffer, 467 pos = readWOID(lowerStr, woidBuffer, pos); 501 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 564 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 583 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 596 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 656 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 852 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 933 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleSyntax.java | 253 String lowerStr = toLowerCase(valueStr); 452 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 475 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 573 pos = readWOID(lowerStr, oidBuffer, pos); 787 * @param lowerStr The all-lowercase representation of the matching rule 802 private static int readQuotedString(String valueStr, String lowerStr, argument 809 int length = lowerStr.length(); 810 while ((startPos < length) && ((c = lowerStr.charAt(startPos)) == ' ')) 817 Message message = ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE.get(lowerStr); 883 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleUseSyntax.java | 263 String lowerStr = toLowerCase(valueStr); 388 oid = lowerStr.substring(oidStartPos, (pos-1)); 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 472 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 495 pos = readQuotedString(valueStr, lowerStr, userBuffer, 540 pos = readWOID(lowerStr, woidBuffer, (pos)); 585 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 783 * @param lowerStr The all-lowercase representation of the matching rule 798 private static int readQuotedString(String valueStr, String lowerStr, argument 805 int length = lowerStr 878 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | NameFormSyntax.java | 260 String lowerStr = toLowerCase(valueStr); 387 oid = lowerStr.substring(oidStartPos, (pos-1)); 456 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 487 pos = readQuotedString(valueStr, lowerStr, userBuffer, 521 pos = readWOID(lowerStr, woidBuffer, pos); 569 pos = readWOID(lowerStr, woidBuffer, (pos)); 614 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 654 pos = readWOID(lowerStr, woidBuffer, (pos)); 699 pos = readWOID(lowerStr, woidBuffe 913 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 993 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| /forgerock/opendj2/src/server/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 260 String lowerStr = toLowerCase(valueStr); 384 oid = lowerStr.substring(oidStartPos, (pos-1)); 480 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 488 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 511 pos = readQuotedString(valueStr, lowerStr, userBuffer, 556 pos = readWOID(lowerStr, woidBuffer, (pos)); 610 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 658 pos = readWOID(lowerStr, woidBuffer, (pos)); 703 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 743 pos = readWOID(lowerStr, woidBuffe 1104 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 1185 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 261 String lowerStr = toLowerCase(valueStr); 401 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 409 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 432 pos = readQuotedString(valueStr, lowerStr, userBuffer, 466 pos = readWOID(lowerStr, woidBuffer, pos); 500 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 563 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 582 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 595 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 655 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 851 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 932 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleSyntax.java | 252 String lowerStr = toLowerCase(valueStr); 451 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 474 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 511 pos = readQuotedString(valueStr, lowerStr, userBuffer, 572 pos = readWOID(lowerStr, oidBuffer, pos); 786 * @param lowerStr The all-lowercase representation of the matching rule 801 private static int readQuotedString(String valueStr, String lowerStr, argument 808 int length = lowerStr.length(); 809 while ((startPos < length) && ((c = lowerStr.charAt(startPos)) == ' ')) 816 Message message = ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE.get(lowerStr); 882 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleUseSyntax.java | 262 String lowerStr = toLowerCase(valueStr); 387 oid = lowerStr.substring(oidStartPos, (pos-1)); 463 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 471 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 494 pos = readQuotedString(valueStr, lowerStr, userBuffer, 539 pos = readWOID(lowerStr, woidBuffer, (pos)); 584 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 782 * @param lowerStr The all-lowercase representation of the matching rule 797 private static int readQuotedString(String valueStr, String lowerStr, argument 804 int length = lowerStr 877 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | NameFormSyntax.java | 259 String lowerStr = toLowerCase(valueStr); 386 oid = lowerStr.substring(oidStartPos, (pos-1)); 455 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 463 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 486 pos = readQuotedString(valueStr, lowerStr, userBuffer, 520 pos = readWOID(lowerStr, woidBuffer, pos); 568 pos = readWOID(lowerStr, woidBuffer, (pos)); 613 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 653 pos = readWOID(lowerStr, woidBuffer, (pos)); 698 pos = readWOID(lowerStr, woidBuffe 912 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 992 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 261 String lowerStr = toLowerCase(valueStr); 385 oid = lowerStr.substring(oidStartPos, (pos-1)); 481 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 489 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 557 pos = readWOID(lowerStr, woidBuffer, (pos)); 611 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 659 pos = readWOID(lowerStr, woidBuffer, (pos)); 704 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 744 pos = readWOID(lowerStr, woidBuffe 1105 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 1186 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 262 String lowerStr = toLowerCase(valueStr); 402 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 410 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 433 pos = readQuotedString(valueStr, lowerStr, userBuffer, 467 pos = readWOID(lowerStr, woidBuffer, pos); 501 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 564 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 583 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 596 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 656 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 852 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 933 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleSyntax.java | 253 String lowerStr = toLowerCase(valueStr); 452 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 475 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 573 pos = readWOID(lowerStr, oidBuffer, pos); 787 * @param lowerStr The all-lowercase representation of the matching rule 802 private static int readQuotedString(String valueStr, String lowerStr, argument 809 int length = lowerStr.length(); 810 while ((startPos < length) && ((c = lowerStr.charAt(startPos)) == ' ')) 817 Message message = ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE.get(lowerStr); 883 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleUseSyntax.java | 263 String lowerStr = toLowerCase(valueStr); 388 oid = lowerStr.substring(oidStartPos, (pos-1)); 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 472 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 495 pos = readQuotedString(valueStr, lowerStr, userBuffer, 540 pos = readWOID(lowerStr, woidBuffer, (pos)); 585 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 783 * @param lowerStr The all-lowercase representation of the matching rule 798 private static int readQuotedString(String valueStr, String lowerStr, argument 805 int length = lowerStr 878 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | NameFormSyntax.java | 260 String lowerStr = toLowerCase(valueStr); 387 oid = lowerStr.substring(oidStartPos, (pos-1)); 456 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 487 pos = readQuotedString(valueStr, lowerStr, userBuffer, 521 pos = readWOID(lowerStr, woidBuffer, pos); 569 pos = readWOID(lowerStr, woidBuffer, (pos)); 614 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 654 pos = readWOID(lowerStr, woidBuffer, (pos)); 699 pos = readWOID(lowerStr, woidBuffe 913 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 993 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 261 String lowerStr = toLowerCase(valueStr); 385 oid = lowerStr.substring(oidStartPos, (pos-1)); 481 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 489 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 557 pos = readWOID(lowerStr, woidBuffer, (pos)); 611 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 659 pos = readWOID(lowerStr, woidBuffer, (pos)); 704 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 744 pos = readWOID(lowerStr, woidBuffe 1105 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 1186 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 262 String lowerStr = toLowerCase(valueStr); 402 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 410 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 433 pos = readQuotedString(valueStr, lowerStr, userBuffer, 467 pos = readWOID(lowerStr, woidBuffer, pos); 501 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 564 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 583 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 596 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 656 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 852 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 933 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleSyntax.java | 253 String lowerStr = toLowerCase(valueStr); 452 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 475 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 512 pos = readQuotedString(valueStr, lowerStr, userBuffer, 573 pos = readWOID(lowerStr, oidBuffer, pos); 787 * @param lowerStr The all-lowercase representation of the matching rule 802 private static int readQuotedString(String valueStr, String lowerStr, argument 809 int length = lowerStr.length(); 810 while ((startPos < length) && ((c = lowerStr.charAt(startPos)) == ' ')) 817 Message message = ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE.get(lowerStr); 883 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | MatchingRuleUseSyntax.java | 263 String lowerStr = toLowerCase(valueStr); 388 oid = lowerStr.substring(oidStartPos, (pos-1)); 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 472 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 495 pos = readQuotedString(valueStr, lowerStr, userBuffer, 540 pos = readWOID(lowerStr, woidBuffer, (pos)); 585 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 783 * @param lowerStr The all-lowercase representation of the matching rule 798 private static int readQuotedString(String valueStr, String lowerStr, argument 805 int length = lowerStr 878 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | NameFormSyntax.java | 260 String lowerStr = toLowerCase(valueStr); 387 oid = lowerStr.substring(oidStartPos, (pos-1)); 456 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 464 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 487 pos = readQuotedString(valueStr, lowerStr, userBuffer, 521 pos = readWOID(lowerStr, woidBuffer, pos); 569 pos = readWOID(lowerStr, woidBuffer, (pos)); 614 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 654 pos = readWOID(lowerStr, woidBuffer, (pos)); 699 pos = readWOID(lowerStr, woidBuffe 913 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 993 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/schema/ |
| H A D | DITContentRuleSyntax.java | 260 String lowerStr = toLowerCase(valueStr); 384 oid = lowerStr.substring(oidStartPos, (pos-1)); 480 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 488 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 511 pos = readQuotedString(valueStr, lowerStr, userBuffer, 556 pos = readWOID(lowerStr, woidBuffer, (pos)); 610 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 658 pos = readWOID(lowerStr, woidBuffer, (pos)); 703 pos = readWOID(lowerStr, woidBuffer, (pos-1)); 743 pos = readWOID(lowerStr, woidBuffe 1104 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 1185 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |
| H A D | DITStructureRuleSyntax.java | 261 String lowerStr = toLowerCase(valueStr); 401 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 409 pos = readQuotedString(valueStr, lowerStr, userBuffer, lowerBuffer, 432 pos = readQuotedString(valueStr, lowerStr, userBuffer, 466 pos = readWOID(lowerStr, woidBuffer, pos); 500 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 563 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 582 ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 595 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 655 Message message = ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE.get(lowerStr); 851 readQuotedString(String valueStr, String lowerStr, StringBuilder userBuffer, StringBuilder lowerBuffer, int startPos) argument 932 readWOID(String lowerStr, StringBuilder woidBuffer, int startPos) argument [all...] |