| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| ULocale.java | 2401 String trailing = null; local [all...] |
| /art/runtime/ |
| utils.cc | 78 result.resize(result.size() - 1); // Lose the trailing '\n'. 527 const uint32_t trailing = GetTrailingUtf16Char(ch); local 528 if (trailing != 0) { 530 StringAppendF(&result, "\\u%04x", trailing); 557 const uint32_t trailing = GetTrailingUtf16Char(ch); local 560 if (trailing != 0) { 561 StringAppendF(&result, "_0%04x", trailing); 581 // Descriptors have the leading 'L' and trailing ';' stripped. 607 // Remove the leading 'L' and trailing ';'... 684 const uint16_t trailing = GetLeadingUtf16Char(pair2) local [all...] |
| /frameworks/base/core/java/android/text/ |
| TextLine.java | 259 * @param trailing true to measure the trailing edge of the character 267 float measure(int offset, boolean trailing, FontMetricsInt fmi) { 268 int target = trailing ? offset - 1 : offset; 410 // was the previous character, the caret is on its trailing edge. 416 // 4) If the active position is on the trailing edge of the character, 426 boolean trailing = false; 447 // use the position on the trailing edge of the previous 468 trailing = true; 488 if (cursor != (advance ? runLimit : runStart) || advance != trailing) { [all...] |
| Layout.java | 130 // note, omits trailing paragraph char 842 // Previous character is at same level, so don't use trailing. [all...] |
| /libcore/ojluni/src/main/java/sun/security/x509/ |
| AVA.java | 93 * Leading and trailing spaces, also multiple internal spaces, also 276 // Android-changed: Skip trailing whitespace. 367 // add trailing embedded hex bytes 410 c = readChar(in, "Invalid trailing backslash"); 440 // only leading/trailing space can be escaped 444 "in AVA. Only a leading or trailing " + 490 // (non-escaped trailing spaces are ignored) 506 "trailing space must be escaped"); 509 // add trailing embedded hex bytes 583 boolean trailing = false [all...] |
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| dumpICUrules.bat | 393 # If there is a trailing backslash, then delete it -- we don't 395 # concatenated. Count trailing backslashes; if they are odd, 396 # one is trailing.
|
| /external/protobuf/src/google/protobuf/compiler/ |
| parser.cc | 257 string leading, trailing; local 258 input_->NextWithComments(&trailing, NULL, &leading); 265 location->AttachComments(&leading, &trailing); 367 string* leading, string* trailing) const { 374 if (!trailing->empty()) { 375 location_->mutable_trailing_comments()->swap(*trailing); [all...] |
| parser.h | 250 // Attaches leading and trailing comments to the location. The two strings 252 // *trailing will be empty. 256 void AttachComments(string* leading, string* trailing) const;
|
| /art/test/ |
| run-test | 801 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null 867 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000
|
| /external/eigen/lapack/ |
| clarft.f | 219 * Skip any trailing zeros. 235 * Skip any trailing zeros.
|
| dlarft.f | 218 * Skip any trailing zeros. 233 * Skip any trailing zeros.
|
| slarft.f | 218 * Skip any trailing zeros. 233 * Skip any trailing zeros.
|
| zlarft.f | 219 * Skip any trailing zeros. 234 * Skip any trailing zeros.
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
| IndicInputMethodImpl.java | 56 private static final TextHitInfo ZERO_TRAILING_HIT_INFO = TextHitInfo.trailing(0);
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ |
| toplevel.mk | 50 # The `space' variable is used to avoid trailing spaces in defining the
|
| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
| picoloaddbg.lua | 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
|
| picoloadphones.lua | 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
|
| /external/v8/build/ |
| gn_helpers.py | 194 raise GNException("Trailing input after parsing:\n " + 220 """Internal version of Parse that doesn't check for trailing stuff.""" 298 self.cur += 1 # Consume trailing ".
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| parser.h | 248 // Attaches leading and trailing comments to the location. The two strings 250 // *trailing will be empty. 254 void AttachComments(string* leading, string* trailing) const;
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| parser.h | 248 // Attaches leading and trailing comments to the location. The two strings 250 // *trailing will be empty. 254 void AttachComments(string* leading, string* trailing) const;
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
| parser.h | 248 // Attaches leading and trailing comments to the location. The two strings 250 // *trailing will be empty. 254 void AttachComments(string* leading, string* trailing) const;
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
| parser.h | 248 // Attaches leading and trailing comments to the location. The two strings 250 // *trailing will be empty. 254 void AttachComments(string* leading, string* trailing) const;
|
| /external/v8/test/webkit/fast/js/ |
| regexp-unicode-handling.js | 51 // then removes a leading and trailing space if they exist. (From Gmail)
|
| /ndk/build/core/ |
| main.mk | 32 # get rid of trailing slash
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
| __init__.py | 154 output might include trailing whitespace when ``indent`` is specified. 218 output might include trailing whitespace when ``indent`` is specified.
|