Home
last modified time | relevance | path

Searched refs:c2_pos (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/utils/
H A DFormattersImpl.java174 int c2_pos = 0; in getAlphanumericComparator() local
176 while( c1_pos < l1 && c2_pos < l2 ){ in getAlphanumericComparator()
179 char c2 = s2.charAt( c2_pos++ ); in getAlphanumericComparator()
184 int n2_pos = c2_pos-1; in getAlphanumericComparator()
196 while(c2_pos<l2){ in getAlphanumericComparator()
198 if ( !Character.isDigit( s2.charAt( c2_pos ))){ in getAlphanumericComparator()
203 c2_pos++; in getAlphanumericComparator()
207 int n2_length = c2_pos - n2_pos; in getAlphanumericComparator()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/torrent/impl/
H A DTOTorrentCreateImpl.java59 int c2_pos = 0;
61 while( c1_pos < l1 && c2_pos < l2 ){
64 char c2 = s2.charAt( c2_pos++ );
69 int n2_pos = c2_pos-1;
81 while(c2_pos<l2){
83 if ( !Character.isDigit( s2.charAt( c2_pos ))){
88 c2_pos++;
92 int n2_length = c2_pos - n2_pos;