HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 126 - 150 of 498) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakTransliterator.java 75 protected synchronized void handleTransliterate(Replaceable text, Position pos, boolean incremental) {
175 * @param pos Initial iterator position
184 * index set at the specified position.
189 * @param pos Initial iterator position
202 throw new IllegalArgumentException("Invalid position");
CompoundTransliterator.java 342 Position index, boolean incremental) {
TransliterationRule.java 127 * attributes. A cursor position may be specified for the output text.
141 * @param cursorOffset an offset to be added to cursorPos to position the
183 throw new IllegalArgumentException("Invalid cursor position");
348 * Attempt a match and replacement at the given position. Return
361 * @param pos the position indices
369 Transliterator.Position pos,
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 74 protected synchronized void handleTransliterate(Replaceable text, Position pos, boolean incremental) {
174 * @param pos Initial iterator position
183 * index set at the specified position.
188 * @param pos Initial iterator position
201 throw new IllegalArgumentException("Invalid position");
CompoundTransliterator.java 341 Position index, boolean incremental) {
AnyTransliterator.java 77 Position pos, boolean isIncremental) {
TransliterationRule.java 126 * attributes. A cursor position may be specified for the output text.
140 * @param cursorOffset an offset to be added to cursorPos to position the
182 throw new IllegalArgumentException("Invalid cursor position");
347 * Attempt a match and replacement at the given position. Return
360 * @param pos the position indices
368 Transliterator.Position pos,
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 18 public override long Position
341 long compressedSize = inStream.Length - inStream.Position;
LzmaBench.cs 130 public override Int64 Position { get { return 0; } set { } }
301 long compressedSize = compressedStream.Position;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 35 // Returns the offset of the output position from the beginning of the
37 virtual int64 Position() const = 0;
39 // Set the current File position. Returns 0 on success.
40 virtual int32 Position(int64 position) = 0;
47 // |position| is the location in the WebM stream where the first octet of the
50 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
195 // The position of the Cluster containing the Block.
854 // position for the cluster within the segment that should be written in
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 33 // Returns the offset of the output position from the beginning of the
35 virtual int64 Position() const = 0;
37 // Set the current File position. Returns 0 on success.
38 virtual int32 Position(int64 position) = 0;
45 // |position| is the location in the WebM stream where the first octet of the
48 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
166 // The position of the Cluster containing the Block.
713 // position for the cluster within the segment that should be written in
903 // The file position used for cue points
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostdefs.h 72 #define MV_OFFSET_IN_TABLE(BDistance, Position) ((BDistance) * MV_ROW_STRIDE + (Position) * sizeof(IMG_MV_SETTINGS))
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 204 unsigned Position; // Position of last occurrence of the option
227 inline unsigned getPosition() const { return Position; }
244 void setPosition(unsigned pos) { Position = pos; }
251 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0),
    [all...]
  /external/v8/src/regexp/
jsregexp.h 412 // Advance the current position by some amount.
417 struct Position {
418 Position() : mask(0), value(0), determines_perfectly(false) { }
425 Position* positions(int index) {
437 Position positions_[4];
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 281 size_t Position = Comments.find('\n');
282 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
284 Comments = Comments.substr(Position+1);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 440 /// matched specific position in the grammar, provide code-completion results
656 /// parsing transaction". It gets instantiated to mark the token position and
659 /// token position. Example:
764 /// be created on the stack to coincide with the position where the
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 649 bigData += (uint32) stream.Position ();
    [all...]
dng_preview.cpp 391 basic.SetTileOffset (0, (uint32) stream.Position ());
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 131 UINT Position;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 543 LONGLONG Position,
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 

Completed in 939 milliseconds

1 2 3 4 56 7 8 91011>>