Searched refs:tokenizer (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java213 StringTokenizer tokenizer = new StringTokenizer(s, delimiter);
214 while (tokenizer.hasMoreTokens())
215 resultVector.add(tokenizer.nextToken());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-declaration.c188 CRTknzr *tokenizer = NULL; local
195 status = cr_parser_get_tknzr (parser, &tokenizer);
196 if (status != CR_OK || !tokenizer) {
223 status = cr_tknzr_peek_char (tokenizer, &c);
230 status = cr_tknzr_read_char (tokenizer, &c);
H A Dcr-parser.c111 *The tokenizer
2743 * @a_tknzr: the tokenizer to use for the parsing.
2817 CRTknzr *tokenizer = NULL; local
2820 tokenizer = cr_tknzr_new (a_input);
2821 g_return_val_if_fail (tokenizer, NULL);
2824 result = cr_parser_new (tokenizer);
2841 CRTknzr *tokenizer = NULL; local
2843 tokenizer = cr_tknzr_new_from_uri (a_file_uri, a_enc);
2844 if (!tokenizer) {
2849 result = cr_parser_new (tokenizer);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-declaration.c188 CRTknzr *tokenizer = NULL; local
195 status = cr_parser_get_tknzr (parser, &tokenizer);
196 if (status != CR_OK || !tokenizer) {
223 status = cr_tknzr_peek_char (tokenizer, &c);
230 status = cr_tknzr_read_char (tokenizer, &c);
H A Dcr-parser.c111 *The tokenizer
2743 * @a_tknzr: the tokenizer to use for the parsing.
2817 CRTknzr *tokenizer = NULL; local
2820 tokenizer = cr_tknzr_new (a_input);
2821 g_return_val_if_fail (tokenizer, NULL);
2824 result = cr_parser_new (tokenizer);
2841 CRTknzr *tokenizer = NULL; local
2843 tokenizer = cr_tknzr_new_from_uri (a_file_uri, a_enc);
2844 if (!tokenizer) {
2849 result = cr_parser_new (tokenizer);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c[all...]

Completed in 394 milliseconds