OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basearray
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/test/intltest/
tsdtfmsy.h
39
UBool UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const UnicodeString *prefixArray, const UnicodeString *
baseArray
);
tsdtfmsy.cpp
132
UBool IntlTestDateFormatSymbols::UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const UnicodeString *prefixArray, const UnicodeString *
baseArray
)
136
if (
baseArray
[i].compare(0, prefixLen, prefixArray[i]) != 0) {
137
errln("ERROR: Mismatch example: expect prefix \"" + prefixArray[i] + "\" of base \"" +
baseArray
[i] + "\".");
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java
115
private boolean UnicodeStringsArePrefixes(String[] prefixArray, String[]
baseArray
){
116
if (prefixArray.length !=
baseArray
.length) {
120
for (i = 0; i <
baseArray
.length; i++) {
121
if (!
baseArray
[i].startsWith(prefixArray[i])) {
122
errln("ERROR: Mismatch example, index " + i + ": expect prefix \"" + prefixArray[i] + "\" of base \"" +
baseArray
[i] + "\".");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java
112
private boolean UnicodeStringsArePrefixes(String[] prefixArray, String[]
baseArray
){
113
if (prefixArray.length !=
baseArray
.length) {
117
for (i = 0; i <
baseArray
.length; i++) {
118
if (!
baseArray
[i].startsWith(prefixArray[i])) {
119
errln("ERROR: Mismatch example, index " + i + ": expect prefix \"" + prefixArray[i] + "\" of base \"" +
baseArray
[i] + "\".");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
414
* @param
baseArray
the base array for the array item
418
XMPNode
baseArray
) throws XMPException
420
if (
baseArray
.getOptions().isArrayAltText())
434
baseArray
.addChild(childNode);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp
652
0u, // uint32_t
baseArray
674
0u, // uint32_t
baseArray
[
all
...]
/external/fonttools/Lib/fontTools/
subset.py
281
self.
BaseArray
.BaseRecord = [self.
BaseArray
.BaseRecord[i]
283
self.
BaseArray
.BaseCount = len(self.
BaseArray
.BaseRecord)
289
for b in self.
BaseArray
.BaseRecord:
293
self.
BaseArray
.BaseCount)
303
for b in self.
BaseArray
.BaseRecord:
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otData.py
221
('Offset', '
BaseArray
', None, None, 'Offset to
BaseArray
table-from beginning of MarkBasePos subtable'),
224
('
BaseArray
', [
230
('Offset', 'BaseAnchor', 'ClassCount', 0, 'Array of offsets (one per class) to Anchor tables-from beginning of
BaseArray
table-ordered by class-zero-based'),
[
all
...]
/external/freetype/src/otvalid/
otvgpos.c
675
OTV_NEST2( MarkBasePosFormat1,
BaseArray
);
Completed in 507 milliseconds