/external/harfbuzz/src/ |
harfbuzz-gsub-private.h | 54 HB_UShort* Substitute; /* array of substitute glyph IDs */ 56 Substitute array */ 81 HB_UShort* Substitute; /* string of glyph IDs to 82 substitute */ 84 Substitute array */ 131 to substitute */ 441 HB_UShort* Substitute; /* array of substitute Glyph ID */
|
harfbuzz-gsub.c | 211 ss->ssf.ssf2.Substitute = NULL; 213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) 216 s = ss->ssf.ssf2.Substitute; 253 FREE( ss->ssf.ssf2.Substitute ); 299 value = ss->ssf.ssf2.Substitute[index]; 341 s->Substitute = NULL; 345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) 348 sub = s->Substitute; 368 FREE( s->Substitute ); 498 s = ms->Sequence[index].Substitute; [all...] |
harfbuzz-dump.c | 303 DUMP2("<Substitute>%#06x</Substitute> <!-- %d -->\n", SingleSubst->ssf.ssf2.Substitute[i], i);
|
/external/protobuf/src/google/protobuf/compiler/ |
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(
|
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",
|
command_line_interface.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 63 #include <google/protobuf/stubs/substitute.h> 480 string magic_string = strings::Substitute( [all...] |
/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: \""
|
substitute.h | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 32 // from google3/strings/substitute.h 46 // strings::Substitute() 52 // return strings::Substitute("My name is $0 $1 and I am $2 years old.", 73 // SubstituteAndAppend() is like Substitute() but appends the result to 81 // Substitute() is significantly faster than StringPrintf(). For very 140 LIBPROTOBUF_EXPORT string Substitute(
|
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",
|
/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/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/google/protobuf/compiler/cpp/ |
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/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
|
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53 #include <google/protobuf/stubs/substitute.h> [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 59 #include <google/protobuf/stubs/substitute.h> 725 return strings::Substitute( [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, [all...] |