OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:componentLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/libs/minikin/
FontLanguage.cpp
143
size_t
componentLength
= nextDelimiterPos - nextComponentStartPos;
145
if (
componentLength
== 4) {
161
componentLength
= nextDelimiterPos - nextComponentStartPos;
164
if (
componentLength
== 2 ||
componentLength
== 3) {
167
if (isValidRegionCode(p,
componentLength
)) {
168
mRegion = packLanguageOrRegion(p,
componentLength
, 'A', '0');
/external/guava/guava-tests/benchmark/com/google/common/base/
JoinerBenchmark.java
41
@Param({"0", "1", "16", "32", "100"}) int
componentLength
;
47
String component = Strings.repeat("a",
componentLength
);
Completed in 67 milliseconds