OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:character
(Results
151 - 175
of
12872
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-tests/test/com/google/common/collect/
TablesTransformValuesTest.java
33
private static final Function<String,
Character
> FIRST_CHARACTER
34
= new Function<String,
Character
>() {
35
@Override public
Character
apply(String input) {
40
@Override protected Table<String, Integer,
Character
> create(
67
Table<String, Integer,
Character
> other = HashBasedTable.create();
75
assertEquals((
Character
) 'a', table.get("foo", 1));
76
assertEquals((
Character
) 'b', table.get("bar", 1));
77
assertEquals((
Character
) 'c', table.get("foo", 3));
ArrayTableTest.java
41
@Override protected ArrayTable<String, Integer,
Character
> create(
45
ArrayTable<String, Integer,
Character
> table =
116
Table<String, Integer,
Character
> hashCopy = HashBasedTable.create();
120
Table<String, Integer,
Character
> reordered
122
Table<String, Integer,
Character
> smaller
124
Table<String, Integer,
Character
> swapOuter
126
Table<String, Integer,
Character
> swapValues
152
Map<Integer,
Character
> expected = Maps.newHashMap();
161
Map<String,
Character
> expected = Maps.newHashMap();
203
Table<String, Integer,
Character
> origina
[
all
...]
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
README
2
A system to compare a reference image of a text
character
, word or phrase with another image of the
character
, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
package.html
12
<p>Enhanced
character
property and surrogate support.</p>
14
UCharacter supports all characters and properties defined in the latest version of Unicode, including properties of surrogate characters. It provides new API for querying surrogate characters (represented as int) and also supports the java.lang.
Character
API. UScript and UScriptRun provide information about scripts, which is not available through the Java APIs.</p>
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestAll.java
12
* Top level test used to run
character
property tests.
28
"
Character
and Script Tests");
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java
42
private Record(int
character
)
44
codePoint =
character
;
45
generalCategory = UCharacter.getType(
character
);
46
decompositionType = UCharacter.getIntPropertyValue(
character
, UProperty.DECOMPOSITION_TYPE);
53
decomposition = Normalizer.compose(UCharacter.toString(
character
), true);
57
decomposition = Normalizer.decompose(UCharacter.toString(
character
), true);
76
private void add(int
character
)
78
records[recordIndex++] = new Record(
character
);
/external/pcre/dist/testdata/
testinput25
5
/-- Check maximum
character
size --/
38
/-- Check
character
ranges --/
testoutput26
8
Failed:
character
value in \x{} or \o{} is too large at offset 9
11
Failed:
character
value in \x{} or \o{} is too large at offset 10
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
detail_example.json
10
"type": "
CHARACTER
",
15
"type": "
CHARACTER
",
20
"type": "
CHARACTER
",
25
"type": "
CHARACTER
",
30
"type": "
CHARACTER
",
35
"type": "
CHARACTER
",
40
"type": "
CHARACTER
",
45
"type": "
CHARACTER
",
music_example.json
10
"type": "
CHARACTER
",
15
"type": "
CHARACTER
",
20
"type": "
CHARACTER
",
25
"type": "
CHARACTER
",
30
"type": "
CHARACTER
",
35
"type": "
CHARACTER
",
40
"type": "
CHARACTER
",
45
"type": "
CHARACTER
",
/toolchain/binutils/binutils-2.25/libiberty/
fnmatch.txh
6
wildcards @code{?} to match any one
character
, @code{*} to match any
8
brackets, like @samp{[a-gt8]}, which match one
character
(@code{a}
10
character
is in the set. A set may be inverted (i.e., match anything
12
character
in the set. To include those characters in the set, list them
13
as anything other than the first
character
of the set. To include a
14
dash in the set, list it last in the set. A backslash
character
makes
15
the following
character
not special, so for example you could match
31
Do not interpret backslashes as quoting the following special
character
.
strchr.c
8
Returns a pointer to the first occurrence of the
character
@var{c} in
10
null
character
, the results are undefined.
strrchr.c
8
Returns a pointer to the last occurrence of the
character
@var{c} in
10
null
character
, the results are undefined.
/external/guava/guava/src/com/google/common/escape/
ArrayBasedCharEscaper.java
39
* proportional to the highest valued
character
that requires escaping.
40
* For example a replacement map containing the single
character
42
* need to create multiple escaper instances that have the same
character
56
// The first
character
in the safe range.
58
// The last
character
in the safe range.
66
* <p>If a
character
has no mapped replacement then it is checked against the
71
* @param safeMin the lowest
character
value in the safe range
72
* @param safeMax the highest
character
value in the safe range
74
protected ArrayBasedCharEscaper(Map<
Character
, String> replacementMap,
87
* <p>If a
character
has no mapped replacement then it is checked against th
[
all
...]
/frameworks/support/compat/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java
43
* Determines the direction based on the first strong directional
character
, including bidi
51
* Determines the direction based on the first strong directional
character
, including bidi
59
* If the text contains any strong right to left non-format
character
, determines that the
80
case
Character
.DIRECTIONALITY_LEFT_TO_RIGHT:
82
case
Character
.DIRECTIONALITY_RIGHT_TO_LEFT:
83
case
Character
.DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC:
92
case
Character
.DIRECTIONALITY_LEFT_TO_RIGHT:
93
case
Character
.DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING:
94
case
Character
.DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE:
96
case
Character
.DIRECTIONALITY_RIGHT_TO_LEFT
[
all
...]
Completed in 286 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>