Home
last modified time | relevance | path

Searched refs:postChar (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/c/genldml/
Dgenldml.cpp3016 char preChar[256], postChar[256]; in syntaxError() local
3018 postCon.extract(0,postCon.length(),postChar,sizeof(postChar)); in syntaxError()
3019 printf("parseRules() failed. Pre-context: %s \t post-context: %s \n",preChar, postChar); in syntaxError()