OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_character
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc
44
base::FilePath::CharType
first_character
= base_name.value()[0];
local
49
if (
first_character
== '.') {
57
if (
first_character
== '#' && last_character == '#') {
/external/guava/guava-tests/test/com/google/common/collect/
TablesTransformValuesTest.java
33
private static final Function<String, Character>
FIRST_CHARACTER
48
return Tables.transformValues(table,
FIRST_CHARACTER
);
TableCollectionTest.java
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi
275
first_character
=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
276
if test "x$
first_character
" = "x\\" \
277
|| test "x$
first_character
" = "x'"; then
Completed in 111 milliseconds