/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeKey.java | 63 public static RangeKey create(RangeSpecification prefix, Set<Integer> lengths) { in create() argument [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableTest.java | 272 private static RangeKey key(String spec, Integer... lengths) { in key() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 92 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); } in lengths() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 92 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); } in lengths() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode_mjpeg.c | 325 const uint8_t *lengths, *values; in vaapi_encode_mjpeg_init_picture_params() local
|
H A D | utvideoenc.c | 384 uint8_t lengths[256]; in encode_plane() local
|
H A D | aacenc.c | 957 int lengths[2]; in aac_encode_init() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | DictionaryBreakEngine.java | 26 private int lengths[]; field in DictionaryBreakEngine.PossibleWord
|
/third_party/icu/icu4c/source/common/ |
H A D | dictionarydata.cpp | 45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument 113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DictionaryBreakEngine.java | 26 private int lengths[]; field in DictionaryBreakEngine.PossibleWord
|
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-char-helpers.c | 74 search_char_in_interval_array(ecma_char_t c, const ecma_char_t *array_sp, const uint8_t *lengths, int size_of_array) search_char_in_interval_array() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | dictionarydata.cpp | 45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument 113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | shortnumberinfo.cc | 93 const RepeatedField<int>& lengths = desc.possible_length(); in MatchesPossibleNumberAndNationalNumber() local 127 const RepeatedField<int>& lengths = in IsPossibleShortNumberForRegion() local 144 const RepeatedField<int>& lengths = in IsPossibleShortNumber() local 205 const RepeatedField<int>& lengths = GetExpectedCostForRegion() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLProgram.cpp | 223 Program(Context &context, DevicePtrs &&devices, const size_t *lengths, const unsigned char **binaries, cl_int *binaryStatus, cl_int &errorCode) Program() argument
|
H A D | CLContext.cpp | 232 createProgramWithSource(cl_uint count, const char **strings, const size_t *lengths, cl_int &errorCode) createProgramWithSource() argument 268 createProgramWithBinary(cl_uint numDevices, const cl_device_id *devices, const size_t *lengths, const unsigned char **binaries, cl_int *binaryStatus, cl_int &errorCode) createProgramWithBinary() argument
|
H A D | Debug.cpp | 228 getMessages(GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) getMessages() argument
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdfdrivr.c | 220 size_t lengths[4], nn, len; in bdf_interpret_style() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | dictionarydata.cpp | 45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument 113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
|
/third_party/toybox/toys/other/ |
H A D | vmstat.c | 81 "sy\0id\0wa", lengths[] = {2,2,7,7,6,7,5,5,5,5,5,5,2,2,2,2}; in vmstat_main() local
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGText.cpp | 89 ResolveLengths(const SkSVGLengthContext& lctx, const std::vector<SkSVGLength>& lengths, SkSVGLengthContext::LengthType lt) ResolveLengths() argument
|
/third_party/zlib/contrib/puff/ |
H A D | puff.c | 546 short lengths[FIXLCODES]; fixed() local 670 short lengths[MAXCODES]; /* descriptor code lengths */ dynamic() local [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_format_impl.cpp | 152 int lengths[] = { lastLen, len, defaultData->style.isTwoGroup };
in InnerFormat() local
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 103 clCreateProgramWithSource(cl_context d_ctx, cl_uint count, const char **strings, const size_t *lengths, cl_int *r_errcode) clCreateProgramWithSource() argument 129 clCreateProgramWithBinary(cl_context d_ctx, cl_uint n, const cl_device_id *d_devs, const size_t *lengths, const unsigned char **binaries, cl_int *r_status, cl_int *r_errcode) clCreateProgramWithBinary() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 274 createProgramWithBinary(const cl::Program &program, const size_t *lengths, const unsigned char **binaries, cl_int *binaryStatus, cl_int &errorCode) createProgramWithBinary() argument
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataFromXml.java | 594 populatePossibleLengthSets(Element data, TreeSet<Integer> lengths, TreeSet<Integer> localOnlyLengths) populatePossibleLengthSets() argument 689 setPossibleLengths(TreeSet<Integer> lengths, TreeSet<Integer> localOnlyLengths, PhoneNumberDesc parentDesc, PhoneNumberDesc.Builder desc) setPossibleLengths() argument [all...] |