HomeSort by relevance Sort by last modified time
    Searched full:chars (Results 101 - 125 of 3426) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 252 chars = f.read()
258 chars = self.decode(chars)
260 firsteol = self.eol_re.search(chars)
266 chars = self.eol_re.sub(r"\n", chars)
270 self.text.insert("1.0", chars)
278 def decode(self, chars):
284 if chars.startswith(BOM_UTF8):
286 chars = chars[3:].decode("utf-8"
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CharsTrie.java 37 * The CharsTrie object will not read more chars than
81 private CharSequence chars; field in class:CharsTrie.State
94 state.chars=chars_;
111 if(chars_==state.chars && chars_!=null && root_==state.root) {
333 * @return The number of chars which continue the string from here.
403 public CharSequence chars; field in class:CharsTrie.Entry
521 entry_.chars=str_;
559 // We reset entry_.chars every time we return entry_
561 entry_.chars=str_;
586 entry_.chars=str_
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CharsTrie.java 36 * The CharsTrie object will not read more chars than
85 private CharSequence chars; field in class:CharsTrie.State
99 state.chars=chars_;
117 if(chars_==state.chars && chars_!=null && root_==state.root) {
347 * @return The number of chars which continue the string from here.
423 public CharSequence chars; field in class:CharsTrie.Entry
546 entry_.chars=str_;
585 // We reset entry_.chars every time we return entry_
587 entry_.chars=str_;
612 entry_.chars=str_
    [all...]
  /external/libxml2/doc/examples/
parse4.c 46 char chars[4]; local
54 res = readPacket(chars, 4);
68 chars, res, filename);
79 while ((res = readPacket(chars, 4)) > 0) {
80 xmlParseChunk(ctxt, chars, res, 0);
86 xmlParseChunk(ctxt, chars, 0, 1);
  /frameworks/base/core/jni/
android_util_Log.cpp 56 const char* chars = env->GetStringUTFChars(tag, NULL); local
57 if (!chars) {
62 if ((strlen(chars)+sizeof(LOG_NAMESPACE)) > PROPERTY_KEY_MAX) {
65 chars, PROPERTY_KEY_MAX - sizeof(LOG_NAMESPACE));
69 result = isLoggable(chars, level);
72 env->ReleaseStringUTFChars(tag, chars);
  /libcore/benchmarks/src/benchmarks/regression/
StringBuilderBenchmark.java 47 char[] chars = "chars".toCharArray(); local
51 sb.append(chars);
57 CharSequence cs = "chars";
67 CharSequence cs = "chars";
132 String s = "chars";
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 102 final char[] chars = seq.toCharArray(); local
107 while (pos < len && (chars[pos] == ' ' || chars[pos] == '\t')) {
111 while (pos < len && !(chars[pos] == ' ' || chars[pos] == '\t')) {
116 tokens[tokenCount++] = new Token(chars, start, end);
  /art/runtime/
utf.cc 173 int32_t ComputeUtf16Hash(const uint16_t* chars, size_t char_count) {
176 hash = hash * 31 + *chars++;
198 uint32_t ComputeModifiedUtf8Hash(const char* chars) {
200 while (*chars != '\0') {
201 hash = hash * 31 + *chars++;
242 size_t CountUtf8Bytes(const uint16_t* chars, size_t char_count) {
244 const uint16_t *end = chars + char_count;
245 while (chars < end) {
246 const uint16_t ch = *chars++;
256 if (chars < end)
    [all...]
  /external/icu/icu4c/source/layout/
KhmerLayoutEngine.cpp 44 le_int32 KhmerOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
51 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
75 le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
  /external/llvm/test/MC/ARM/
coff-file.s 11 .file "eighteen-chars.asm"
14 // CHECK-NEXT: AUX eighteen-chars.asm{{$}}
35 // CHECK-SCN: FileName: eighteen-chars.asm
  /external/llvm/test/MC/COFF/
file.s 11 .file "eighteen-chars.asm"
14 // CHECK-NEXT: AUX eighteen-chars.asm{{$}}
35 // CHECK-SCN: FileName: eighteen-chars.asm
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 97 char[] chars = new char[indentation]; local
98 java.util.Arrays.fill(chars, ' ');
99 return new String(chars);
  /external/skia/src/core/
SkWriter32.cpp 51 char* chars = (char*)(ptr + 1); local
52 memcpy(chars, str, len);
53 chars[len] = '\0';
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.h 59 static void deriveCameraCharacteristicsKeys(uint32_t deviceVersion, CameraMetadata &chars);
60 // Helper function to append available[request|result|chars]Keys
61 static void appendAvailableKeys(CameraMetadata &chars,
  /frameworks/base/core/java/android/text/
TextDirectionHeuristic.java 24 * Guess if a chars array is in the RTL direction or not.
30 * @return true if all chars in the range are to be considered in a RTL direction,
42 * @return true if all chars in the range are to be considered in a RTL direction,
  /frameworks/support/compat/java/android/support/v4/text/
TextDirectionHeuristicCompat.java 24 * Guess if a chars array is in the RTL direction or not.
30 * @return true if all chars in the range are to be considered in a RTL direction,
42 * @return true if all chars in the range are to be considered in a RTL direction,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 54 * @param chars The array of characters
56 public StrSegment(char[] chars) {
57 this(new String(chars), -1, -1);
  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 15 "Backslash chars \n are returned as is"
  /external/expat/tests/
chardata.h 20 int count; /* # of chars, < 0 if not set */
  /external/icu/icu4c/source/samples/layout/
pflow.h 21 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrcmap.h 33 PFR_Char chars; member in struct:PFR_CMapRec_
  /external/llvm/test/tools/llvm-readobj/
coff-non-null-terminated-file.test 10 CHECK: FileName: eighteen-chars.obj{{$}}
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 68 private void writeLine(char[] chars, int start, int len) throws IOException {
73 writer.write(chars, start, len);
89 public void write(char[] chars) throws IOException {
90 write(chars, 0, chars.length);
94 public void write(char[] chars, int start, int len) throws IOException {
98 if (chars[pos] == '\n') {
99 writeLine(chars, start, pos-start);
109 writeLine(chars, start, pos-start);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
ReaderStringTest.java 57 char[] chars = new char[1]; local
58 chars[0] = i;
59 String str = new String(chars);
65 streamReader.checkPrintable(chars, 0, 1);
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 277 char chars[] = {1, 2}; local
286 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));
291 unsigned char chars[] = {1, 2, 255}; local
300 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));
305 signed char chars[] = {93, 2, -101, 13}; local
315 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars))
320 char chars[] = {1, 2}; local
    [all...]

Completed in 3337 milliseconds

1 2 3 45 6 7 8 91011>>