OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:baseScript
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java
70
String
baseScript
= ltp.toString();
73
defaultContents.contains(
baseScript
));
/external/harfbuzz_ng/src/
hb-ot-layout-base-table.hh
297
* of
BaseScript
table */
302
struct
BaseScript
332
* of
BaseScript
table (may be NULL) */
335
*
BaseScript
table (may be NULL) */
357
const
BaseScript
&get_base_script (const BaseScriptList *list) const
358
{ return list+
baseScript
; }
364
baseScript
.sanitize (c, base)));
369
OffsetTo<
BaseScript
>
370
baseScript
; /* Offset to
BaseScript
table, from beginnin
[
all
...]
Completed in 333 milliseconds