Searched refs:characters (Results 1 – 23 of 23) sorted by relevance
33 # @param num_chars Number of characters in the query typed by the user47 # @param num_chars The number of characters in the search query56 # @param num_chars The number of characters in the query text field when the user left62 # @param numChars Number of characters in the query.
53 …will increases the capacity automatically. The default capacity is 256 characters (256 bytes for U…68 …m file into buffer, and then let the part be parsed. If it runs out of characters in the buffer, i…126 …correctly, it needs to convert bytes into characters (e.g. `wchar_t` for UTF-16) while reading, an…189 Since the characters (code units) may be 8-bit, 16-bit or 32-bit. `AutoUTFInputStream` requires a c…254 //! \return Number of characters read from start.269 //! \return Number of characters written.
99 … in `ParseResult`, which includes the error code and offset (number of characters from the beginni…179 …e `\u0000` (null character) within a string. If a string contains null characters, `strlen()` cann…211 …e character "big". To handle characters other than those in basic multilingual plane (BMP), UTF-16…221 … `ASCII<>` as output encoding template parameter in `Writer` can enforce escaping those characters.
69 * For UTF-8 string: maximum 11 characters in 32-bit, 15 characters in 64-bit.
34 …e class. `UTF8<>` is `UTF8<char>`, which means using char to store the characters. You may refer t…182 …o freshly allocated buffers. `"\\n"` (2 characters) is decoded as `"\n"` (1 character). `"\\u0073"…186 *In situ* parsing just modified the original JSON. Updated characters are highlighted in the diagra…
117 …ith 1-byte character type (e.g. `char`), it can store maximum 11 or 15 characters string inside th…125 …ctly, it stores (MaxChars - length). This make it possible to store 11 characters with trailing `\…169 When parsing JSON from a stream, the parser need to skip 4 whitespace characters:186 To accelerate this process, SIMD was applied to compare 16 characters with 4 white spaces for each …
67 … the application is using. For example, Windows API represents Unicode characters in UTF-16, while…94 …cations that cannot handle UTF-8. Since any JSON can represent unicode characters in escaped seque…
11 …ader` parses a JSON from a stream. While it reads characters from the stream, it analyze the chara…224 …d in handler concept with 3 parameters. It can handle string with null characters. Another one is …
190 … URI fragment always has a `#` (pound sign) in the beginning, and some characters are encoded by p…
367 Besides, the above `SetString()` requires length. This can handle null characters within a string. …
20 # This tag specifies the encoding used for all characters in the config file74 # characters to appear in the names of generated files. If set to NO, non-ASCII75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
241 /* static */ void HeaderReadWriteUtils::insertCharactersIntoVector(const char *const characters, in insertCharactersIntoVector() argument243 for (int i = 0; characters[i]; ++i) { in insertCharactersIntoVector()244 vector->push_back(characters[i]); in insertCharactersIntoVector()
92 static void insertCharactersIntoVector(const char *const characters,
35 final int[] characters, final ProbabilityInfo probabilityInfo, in PtNodeInfo() argument41 mCharacters = characters; in PtNodeInfo()
250 final char[] characters = word.toCharArray(); in getCodePoints() local251 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)]; in getCodePoints()252 int codePoint = Character.codePointAt(characters, 0); in getCodePoints()257 codePoint = Character.codePointAt(characters, srci); in getCodePoints()
62 static int getPtNodeCharactersSize(final int[] characters, in getPtNodeCharactersSize() argument64 int size = CharEncoding.getCharArraySize(characters, codePointToOneByteCodeMap); in getPtNodeCharactersSize()65 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE; in getPtNodeCharactersSize()
62 // This includes pause and wait characters, but strips other characters, so
138 public void characters(char[] ch, int start, int length) { in characters() method in StringResourceMap.StringResourceHandler
17 # This tag specifies the encoding used for all characters in the config file1402 # font does not include all possible unicode characters however, so when you need
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...