HomeSort by relevance Sort by last modified time
    Searched defs:ipa (Results 1 - 8 of 8) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
MatchStrings.java 17 * Take mappings to IPA and interleave them.
26 String ipa; field in class:MatchStrings.Info
30 public Info(String english, String ipa, String fixedIpa) {
32 this.ipa = ipa;
33 this.fixedIpa = fixedIpa.equals(ipa) ? ipa : fixedIpa; // make ==
37 return "{" + english + "/" + ipa + (fixedIpa == ipa ? "" : "/" + fixedIpa) + "}";
53 String ipa = parts.length > 1 ? parts[1] : "" local
85 String ipa; field in class:MatchStrings
    [all...]
MakeTransliterator.java 69 String targetFile = cldrDataDir + "en-IPA.txt";
90 String foo = createFromFile(cldrDataDir + "en-IPA.txt", null, null);
98 String coreBackRules = createFromFile(cldrDataDir + "internal_English-IPA-backwards.txt", null, null);
210 skippedOut.println("\t### fixed IPA:\t" + source + "\t" + target
464 "# Description: English to IPA" + CldrUtility.LINE_SEPARATOR +
465 // "$nletter {([A-Z]+)} $nletter > &en-IPA/spellout($1) ; " + Utility.LINE_SEPARATOR +
703 String ipa = fixBadIpa.transliterate(iLine[1].trim()); local
704 result.put(word, ipa);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h 74 FixupEntry(FixupApply apply, int ipa, int reg, int loc) :
75 apply(apply), ipa(ipa), reg(reg), loc(loc) {}
80 uint32_t ipa:4; // SC mode used to identify colors member in struct:nv50_ir::FixupEntry::__anon33411::__anon33412
114 bool addInterp(int ipa, int reg, FixupApply apply);
nv50_ir_emit_gk110.cpp 2044 int ipa = entry->ipa; local
    [all...]
nv50_ir_emit_nv50.cpp 887 int ipa = entry->ipa; local
891 if ((ipa & NV50_IR_INTERP_SAMPLE_MASK) == NV50_IR_INTERP_DEFAULT &&
892 (ipa & NV50_IR_INTERP_MODE_MASK) != NV50_IR_INTERP_FLAT) {
937 addInterp(i->ipa, i->encSize, interpApply);
    [all...]
nv50_ir_emit_gm107.cpp 2435 int ipa = entry->ipa; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 245 __u16 ipa; member in struct:kvm_run::__anon776::__anon785
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 321 __u16 ipa; member in struct:kvm_run::__anon25666::__anon25675
775 * value 0 implies the default IPA size, 40bits.
    [all...]

Completed in 3528 milliseconds