HomeSort by relevance Sort by last modified time
    Searched refs:substitute (Results 1 - 25 of 45) sorted by null

1 2

  /external/icu4c/layout/
MultipleSubstSubtables.cpp 48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
54 glyphIterator->setCurrGlyphID(substitute);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
63 if (! filter->accept(substitute)) {
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
52 glyphIterator->setCurrGlyphID(substitute);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
70 glyphIterator->setCurrGlyphID(substitute);
  /development/testrunner/
create_test.py 111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping)
160 output = string.Template(TestsConsts.TEST_MK_TEMPLATE).substitute(mapping)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
54 #include <google/protobuf/stubs/substitute.h>
cpp_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 #include <google/protobuf/stubs/substitute.h>
290 return strings::Substitute(
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 #include <google/protobuf/stubs/substitute.h>
44 // to Substitute().
53 string Substitute(
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
common_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 #include <google/protobuf/stubs/substitute.h>
84 strings::Substitute("$0 $1:$2: $3",
  /dalvik/vm/compiler/template/
gen-template.py 227 outfp.write(templ.substitute(dict))
292 subline = templ.substitute(dict)
  /build/tools/releasetools/
ota_from_target_files 244 substitute=None):
248 skipped (but the other side effects still happen). substitute is an
264 if substitute and fn in substitute and substitute[fn] is None:
267 if substitute and fn in substitute:
268 data = substitute[fn]
  /dalvik/vm/mterp/
gen-mterp.py 279 outfp.write(templ.substitute(dict))
344 subline = templ.substitute(dict)
  /external/icu4c/common/
locdispnames.cpp 298 const char *substitute,
336 /* no string from a resource bundle: convert the substitute */
337 length=(int32_t)uprv_strlen(substitute);
338 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
  /external/protobuf/
Android.mk 149 src/google/protobuf/stubs/substitute.cc \
150 src/google/protobuf/stubs/substitute.h \
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 #include <google/protobuf/stubs/substitute.h>
305 return strings::Substitute(
317 return strings::Substitute(
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40 #include <google/protobuf/stubs/substitute.h>
203 return strings::Substitute("$0: $1, $2, $3\n",
subprocess.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>
242 *error = strings::Substitute(
432 *error = strings::Substitute(
438 *error = strings::Substitute(
importer_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45 #include <google/protobuf/stubs/substitute.h>
parser_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47 #include <google/protobuf/stubs/substitute.h>
    [all...]
command_line_interface_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
55 #include <google/protobuf/stubs/substitute.h>
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 #include <google/protobuf/stubs/substitute.h>
357 return strings::Substitute(
370 return strings::Substitute(
  /external/protobuf/src/
Makefile.am 105 google/protobuf/stubs/substitute.cc \
106 google/protobuf/stubs/substitute.h \
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 1055 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\u0043--"); local
1063 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\U00010000--"); local
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>
  /external/chromium/third_party/icu/source/common/
uloc.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/icu4c/test/intltest/
regextst.cpp 1234 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\u0043--"); local
1242 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\U00010000--"); local
    [all...]

Completed in 718 milliseconds

1 2