Searched refs:charAt (Results 76 - 100 of 791) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/unicode/
H A Durep.h67 * charAt() vs. char32At().
74 UChar (*charAt)(const UReplaceable* rep, member in struct:UReplaceableCallbacks
80 * charAt() vs. char32At().
H A Drep.h49 * in the string: <code>length()</code>, <code>charAt()</code>,
94 inline UChar charAt(int32_t offset) const;
228 * Virtual version of charAt().
248 Replaceable::charAt(int32_t offset) const { function in class:Replaceable
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java134 if (i < (expr.length() - 2) && expr.charAt(i + 1) == '-') {
135 setRange(from, expr.charAt(i), expr.charAt(i + 2), to);
138 setDestination(from, expr.charAt(i), to);
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DEntityResolver.java234 Preconditions.checkArgument(sb.charAt(0) == '&');
237 if (sb.charAt(1) == '#') {
242 if ((sb.charAt(2) == 'x') || (sb.charAt(2) == 'X')) { // Hex NCR
/external/junit/src/junit/framework/
H A DComparisonCompactor.java52 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix))
/external/junit/src/org/junit/
H A DComparisonFailure.java110 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
119 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix))
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStandardUrlAttributePolicy.java46 switch (s.charAt(i)) {
/external/proguard/src/proguard/obfuscate/
H A DSpecialNameFactory.java70 name.charAt(name.length()-1) == SPECIAL_SUFFIX;
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp452 UChar c=msg.charAt(index++);
461 c=msg.charAt(index);
477 if(/*(index+1)<msg.length() &&*/ msg.charAt(index+1)==u_apos) {
583 UChar c=msg.charAt(index);
593 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) {
603 if(length==0 || ((c=msg.charAt(index))!=u_comma && c!=u_rightCurlyBrace)) {
664 UChar c=msg.charAt(index++);
707 if(index==msg.length() || msg.charAt(index)==u_rightCurlyBrace) {
739 UChar c=msg.charAt(index);
755 if(msg.charAt(inde
[all...]
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp452 UChar c=msg.charAt(index++);
461 c=msg.charAt(index);
477 if(/*(index+1)<msg.length() &&*/ msg.charAt(index+1)==u_apos) {
583 UChar c=msg.charAt(index);
593 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) {
603 if(length==0 || ((c=msg.charAt(index))!=u_comma && c!=u_rightCurlyBrace)) {
664 UChar c=msg.charAt(index++);
707 if(index==msg.length() || msg.charAt(index)==u_rightCurlyBrace) {
739 UChar c=msg.charAt(index);
755 if(msg.charAt(inde
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java155 cur = value.charAt( i );
156 next = value.charAt( i + 1 );
169 peek = value.charAt( i + 2 );
189 cur = value.charAt( cliff );
235 output_buffer.append( rubyCharValueEscape[ value.charAt( i ) ] );
252 cur = value.charAt( i );
280 } else if ( Character.isUpperCase( value.charAt( 0 ) ) &&
297 Character head = Character.toLowerCase( value.charAt( 0 ) );
375 if ( literal.charAt( 0 ) == '\\' ) {
376 switch ( literal.charAt(
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DRefinedSoundex.java171 sBuf.append(str.charAt(0));
178 current = getMappingCode(str.charAt(i));
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncTranslate.java58 char theCurrentChar = theFirstString.charAt(i);
73 sbuffer.append(theThirdString.charAt(theIndex));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509DefaultEntryConverter.java31 if (value.length() != 0 && value.charAt(0) == '#')
44 if (value.length() != 0 && value.charAt(0) == '\\')
H A DX509NameEntryConverter.java26 * if (str.length() != 0 && str.charAt(0) == '#')
68 char left = str.charAt((index * 2) + off);
69 char right = str.charAt((index * 2) + off + 1);
H A DX509NameTokenizer.java52 char c = value.charAt(end);
83 if (c == '#' && buf.charAt(buf.length() - 1) == '=')
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DBindingsHelper.java79 char c = s.charAt(i);
83 char c2 = s.charAt(i);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drep.h49 * in the string: <code>length()</code>, <code>charAt()</code>,
94 inline UChar charAt(int32_t offset) const;
228 * Virtual version of charAt().
248 Replaceable::charAt(int32_t offset) const { function in class:Replaceable
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp60 s.append(newStyles.charAt(i));
62 if (text.charAt(i) == NO_STYLE_MARK) {
114 return chars.charAt(offset);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
128 newStyle = styles.charAt(limit);
282 if (transliteratorName.charAt(0) == 0x2A /*'*'*/) {
H A Dtokiter.cpp70 UChar c = line.charAt(pos++);
84 c = line.charAt(pos); // 16-bit ok
/external/guava/guava/src/com/google/common/base/
H A DAscii.java414 builder.append(toLowerCase(string.charAt(i)));
436 builder.append(toUpperCase(string.charAt(i)));
/external/guava/guava/src/com/google/common/primitives/
H A DAndroidInteger.java51 boolean negative = string.charAt(i) == '-';
64 int digit = Character.digit(string.charAt(offset++), radix);
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp60 s.append(newStyles.charAt(i));
62 if (text.charAt(i) == NO_STYLE_MARK) {
114 return chars.charAt(offset);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
128 newStyle = styles.charAt(limit);
282 if (transliteratorName.charAt(0) == 0x2A /*'*'*/) {
H A Dtokiter.cpp70 UChar c = line.charAt(pos++);
84 c = line.charAt(pos); // 16-bit ok
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssertedService.java78 if(this.subAppIds.charAt(0)=='.')
86 if(this.subServiceIds.charAt(0)=='.')

Completed in 2611 milliseconds

1234567891011>>