/frameworks/base/core/java/android/text/util/ |
Linkify.java | 139 * '+1 (919) 555-1212' 140 * becomes '+19195551212'
|
/libcore/luni/src/test/java/libcore/javax/xml/parsers/ |
DocumentBuilderTest.java | 35 assertEquals("a'b", firstChildTextOf(domOf("<p>a'b</p>")));
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognitionException.m | 208 - (void)setCharPositionInLine:(NSUInteger)aPos 210 charPositionInLine = aPos;
|
/external/chromium_org/ui/keyboard/resources/layouts/ |
system-qwerty.html | 26 <kb-key-sequence invert=true keys=";'" hintTexts=':"'> 79 <kb-key-sequence keys=";'" hintTexts=':"'></kb-key-sequence>
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 44 * like xmls '<'). UTF-16/32 flavours do not require further proccessing.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
istream | 332 * Returns @c get(s,n,widen('\\n')). 365 * Returns @c get(sb,widen('\\n')). 405 * Returns @c getline(s,n,widen('\\n')).
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 332 * Returns @c get(s,n,widen('\\n')). 365 * Returns @c get(sb,widen('\\n')). 405 * Returns @c getline(s,n,widen('\\n')).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 332 * Returns @c get(s,n,widen('\\n')). 365 * Returns @c get(sb,widen('\\n')). 405 * Returns @c getline(s,n,widen('\\n')).
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
IntArray.java | 545 for (int aPos = 0; aPos < aLen; ++aPos) 547 int index = (c[bExt + aPos] >>> k) & MASK; 550 addShiftedByWords(c, aPos + ci[index], c, bExt);
|
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 437 int apos = 0; local 439 while ((k = string.indexOf("\\E", apos)) >= 0) { 440 sb.append(string.substring(apos, k + 2)).append("\\\\E\\Q"); 441 apos = k + 2; 443 return sb.append(string.substring(apos)).append("\\E").toString();
|
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 198 deUint32 aPos = gl.getAttribLocation (m_program->getProgram(), "a_pos"); 199 gl.enableVertexAttribArray (aPos); 200 gl.vertexAttribPointer (aPos, 2, GL_FLOAT, GL_FALSE, 0, &quadCoords[0]);
|
/libcore/luni/src/main/java/java/math/ |
Conversion.java | 407 long aPos = a >>> 1; 409 quot = aPos / bPos; 410 rem = aPos % bPos;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
istream | 351 * Returns @c get(__s,__n,widen('\\n')). 384 * Returns @c get(__sb,widen('\\n')). 424 * Returns @c getline(__s,__n,widen('\\n')).
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
istream | 351 * Returns @c get(__s,__n,widen('\\n')). 384 * Returns @c get(__sb,widen('\\n')). 424 * Returns @c getline(__s,__n,widen('\\n')).
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
istream | 349 * Returns @c get(__s,__n,widen('\\n')). 382 * Returns @c get(__sb,widen('\\n')). 422 * Returns @c getline(__s,__n,widen('\\n')).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
istream | 349 * Returns @c get(__s,__n,widen('\\n')). 382 * Returns @c get(__sb,widen('\\n')). 422 * Returns @c getline(__s,__n,widen('\\n')).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
istream | 351 * Returns @c get(__s,__n,widen('\\n')). 384 * Returns @c get(__sb,widen('\\n')). 424 * Returns @c getline(__s,__n,widen('\\n')).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
istream | 351 * Returns @c get(__s,__n,widen('\\n')). 384 * Returns @c get(__sb,widen('\\n')). 424 * Returns @c getline(__s,__n,widen('\\n')).
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
EntityResolver.java | 55 * <code>apos</code>. 115 .put("&apos", "'")
|
/external/tagsoup/definitions/ |
html.stml | 66 <tr char=''' action='A_AVAL' newstate='S_TAGWS'/> 73 <tr char=''' action='A_SKIP' newstate='S_APOS'/>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
regex_constants.h | 134 * \\\\, \\a, \\b, \\f, \\n, \\r, \\t , \\v, \\', ',
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_constants.h | 141 * \\\\, \\a, \\b, \\f, \\n, \\r, \\t , \\v, \\', ',
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_constants.h | 141 * \\\\, \\a, \\b, \\f, \\n, \\r, \\t , \\v, \\', ',
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_constants.h | 134 * \\\\, \\a, \\b, \\f, \\n, \\r, \\t , \\v, \\', ',
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_constants.h | 134 * \\\\, \\a, \\b, \\f, \\n, \\r, \\t , \\v, \\', ',
|