Home
last modified time | relevance | path

Searched refs:formatTable (Results 1 - 3 of 3) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java394 RangeTable formatTable = allFormats.build(); in checkFormatConsistency()
398 formats.keySet().containsAll(formatTable.getAssignedValues(FORMAT)), in checkFormatConsistency()
400 cc, Sets.symmetricDifference(formatTable.getAssignedValues(FORMAT), formats.keySet())); in checkFormatConsistency()
413 checkLocalFormatLengths(cc, formatTable, spec, assigned); in checkFormatConsistency()
458 DigitSequence cc, RangeTable formatTable, FormatSpec spec, RangeTree assigned) { in checkLocalFormatLengths()
463 formatTable.subTable(assigned, AREA_CODE_LENGTH).getAssignedValues(AREA_CODE_LENGTH); in checkLocalFormatLengths()
457 checkLocalFormatLengths( DigitSequence cc, RangeTable formatTable, FormatSpec spec, RangeTree assigned) checkLocalFormatLengths() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp972 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] = member in nv50_ir::TexInstruction
1028 case PIPE_FORMAT_ ## a: return &formatTable[nv50_ir::FMT_ ## b] in translateImgFormat()
1081 return &formatTable[nv50_ir::FMT_NONE]; in translateImgFormat()
H A Dnv50_ir.h1072 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT];

Completed in 7 milliseconds