Home | History | Annotate | Download | only in localeconverter

Lines Matching defs:note

107     private static final String NOTE            = "note";
273 * Note: This method is not necessarily proven to get the
277 * Also note, this method does not handle other non-file:
320 // Note the presumption that it's a file reference
608 String[] note = new String[20];
671 // print note elements if any
673 if(note[i]!=null){
675 write(writer, TAG+NOTE+SPACE+note[i]);
828 // loop to pickup <source>, <note> and <target> elements
841 }else if(name.equals(NOTE)){
842 // save the note values
843 currentSource.note[currentSource.noteLen++] =
844 currentTarget.note[currentTarget.noteLen++] =
862 // loop to pickup <source>, <note> and <target> elements
875 }else if(name.equals(NOTE)){
876 // save the note values
877 currentSource.note[currentSource.noteLen++] =
878 currentTarget.note[currentTarget.noteLen++] =
896 // loop to pickup <source>, <note> and <target> elements
909 }else if(name.equals(NOTE)){
910 // save the note values
911 currentSource.note[currentSource.noteLen++] =
912 currentTarget.note[currentTarget.noteLen++] =
928 // loop to pickup <source>, <note> and <target> elements
939 }else if(name.equals(NOTE)){
940 // save the note values
941 currentSource.note[currentSource.noteLen++] =
942 currentTarget.note[currentTarget.noteLen++] =
1020 }else if(name.equals(NOTE)){
1021 String note = child.getFirstChild().getNodeValue();
1023 currentSource.note[currentSource.noteLen++] = currentTarget.note[currentTarget.noteLen++] = note;
1066 }else if(name.equals(NOTE)){
1067 String note = child.getFirstChild().getNodeValue();
1068 currentSource.note[currentSource.noteLen++] = currentTarget.note[currentTarget.noteLen++] = note;
1124 }else if(name.equals(NOTE)){
1125 String note = child.getFirstChild().getNodeValue();
1126 currentSource.note[currentSource.noteLen++] = currentTarget.note[currentTarget.noteLen++] = note;
1187 }else if(name.equals(NOTE)){
1188 String note = child.getFirstChild().getNodeValue();
1189 currentSource.note[currentSource.noteLen++] = currentTarget.note[currentTarget.noteLen++] = note;